summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index cf35562..2be064e 100755
--- a/build.sh
+++ b/build.sh
@@ -1,5 +1,4 @@
#!/bin/bash
-set -x
HUB=${3:-astroconda}
PROJECT=${HUB}/pipeline
PROJECT_VERSION="${1}"
@@ -43,6 +42,7 @@ case "${HUB}" in
docker login
;;
esac
+set -x
TAGS+=( "-t ${PROJECT}:${image_tag}" )
PIPELINE="${PROJECT_VERSION}"