Code Review
/
ci-management.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
8d98fa4
)
Make sure AUTOSTAGING has a value
52/352/1
author
Eby, Robert (re2429)
<re2429@att.com>
Thu, 20 Dec 2018 15:40:27 +0000
(10:40 -0500)
committer
Eby, Robert (re2429)
<re2429@att.com>
Thu, 20 Dec 2018 15:40:27 +0000
(10:40 -0500)
Change-Id: Ib092aa5867ef57f85252542743aa7f8390c1dc20
Signed-off-by: Eby, Robert (re2429) <re2429@att.com>
jjb/shell/build-docker.sh
patch
|
blob
|
history
diff --git
a/jjb/shell/build-docker.sh
b/jjb/shell/build-docker.sh
index
a8020ed
..
d745af6
100644
(file)
--- 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