From d358f1680fb6f90d90751d91d0debba2731e908b Mon Sep 17 00:00:00 2001 From: upodroid Date: Thu, 15 Jun 2023 21:06:09 +0100 Subject: [PATCH] fix unbound variable Signed-off-by: upodroid --- test/build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/build.sh b/test/build.sh index 5667f8e6c..93da0c0f9 100755 --- a/test/build.sh +++ b/test/build.sh @@ -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