diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-02-21 15:53:51 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-02-21 15:53:51 -0500 |
commit | 6f23b95ed286672f90594c4136294d4e56200bcd (patch) | |
tree | 0a224d26dde6725725edc5b0dc6b245fe97d404a | |
parent | 7a95da861b3b8f50ead60131633e208d66afda0b (diff) | |
download | docker-pipeline-nb-6f23b95ed286672f90594c4136294d4e56200bcd.tar.gz |
Verbose naming convention
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #!/bin/bash HUB=${2:-astroconda} -PROJECT=${HUB}/pipeline-nb +PROJECT=${HUB}/datb-tc-pipeline-nb PROJECT_VERSION="${1}" TAGS=() image_tag="${PROJECT_VERSION}" |