From 9c0d2480634f2fe536d59a282d3f67c01c660543 Mon Sep 17 00:00:00 2001 From: "Eby, Robert (re2429)" Date: Thu, 20 Dec 2018 10:40:27 -0500 Subject: [PATCH] Make sure AUTOSTAGING has a value Change-Id: Ib092aa5867ef57f85252542743aa7f8390c1dc20 Signed-off-by: Eby, Robert (re2429) --- jjb/shell/build-docker.sh | 1 + 1 file changed, 1 insertion(+) 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 -- 2.16.6