summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-02-21 12:17:42 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-02-21 12:17:42 -0500
commit7a95da861b3b8f50ead60131633e208d66afda0b (patch)
treef8c715523987271aca6c3568c2815f2af70a970b /build.sh
parent4d1a164d0c5b3cdebccbcf3b78d19abee50677c0 (diff)
downloaddocker-pipeline-nb-7a95da861b3b8f50ead60131633e208d66afda0b.tar.gz
Move start of debug output past authenication block
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index ee5a19f..e400efd 100755
--- a/build.sh
+++ b/build.sh
@@ -1,5 +1,4 @@
#!/bin/bash
-set -x
HUB=${2:-astroconda}
PROJECT=${HUB}/pipeline-nb
PROJECT_VERSION="${1}"
@@ -26,6 +25,7 @@ case "${HUB}" in
docker login
;;
esac
+set -x
TAGS+=( "-t ${PROJECT}:${image_tag}" )
PIPELINE="${PROJECT_VERSION}"