diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-02-21 12:17:42 -0500 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-02-21 12:17:42 -0500 |
| commit | 7a95da861b3b8f50ead60131633e208d66afda0b (patch) | |
| tree | f8c715523987271aca6c3568c2815f2af70a970b | |
| parent | 4d1a164d0c5b3cdebccbcf3b78d19abee50677c0 (diff) | |
| download | docker-pipeline-nb-7a95da861b3b8f50ead60131633e208d66afda0b.tar.gz | |
Move start of debug output past authenication block
| -rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}" |
