fix unbound variable

Signed-off-by: upodroid <cy@borg.dev>
This commit is contained in:
upodroid 2023-06-15 21:06:09 +01:00
parent ded713010c
commit d358f1680f

View File

@ -34,6 +34,9 @@ make clean
# Build CRI+CNI release
make BUILDTAGS="seccomp no_btrfs no_devmapper no_zfs" cri-cni-release
# DEPLOY_DIR is the directory in the gcs bucket to store the tarball.
DEPLOY_DIR=${DEPLOY_DIR:-""}
BUILDDIR=$(mktemp -d)
cleanup() {
if [[ ${BUILDDIR} == /tmp/* ]]; then