From: Eby, Robert (re2429) Date: Thu, 20 Dec 2018 15:40:27 +0000 (-0500) Subject: Make sure AUTOSTAGING has a value X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ci-management.git;a=commitdiff_plain;h=9c0d2480634f2fe536d59a282d3f67c01c660543 Make sure AUTOSTAGING has a value Change-Id: Ib092aa5867ef57f85252542743aa7f8390c1dc20 Signed-off-by: Eby, Robert (re2429) --- diff --git a/jjb/shell/build-docker.sh b/jjb/shell/build-docker.sh index a8020ed..d745af6 100644 --- a/jjb/shell/build-docker.sh +++ b/jjb/shell/build-docker.sh @@ -16,6 +16,7 @@ DOCKER_REPO='nexus3.akraino.org:10003' STAGING_BUILD=${STAGING_BUILD:=''} +AUTOSTAGING=${AUTOSTAGING:=''} set -e -u -x -o pipefail