Merge pull request #8697 from upodroid/fix-unbound-variable

Fix unbound variable used by Prow
This commit is contained in:
Phil Estes 2023-06-16 10:46:18 -04:00 committed by GitHub
commit b8bd27a14e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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