From 73aed5bac6dd726201ede04a4c2f3d59c36cf80b Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 21 Feb 2019 12:17:07 -0500 Subject: Move start of debug output past authenication block --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" -- cgit