summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
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}"