From 7a95da861b3b8f50ead60131633e208d66afda0b Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 21 Feb 2019 12:17:42 -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 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}" -- cgit