diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-02-21 15:52:48 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-02-21 15:52:48 -0500 |
commit | ff04d2675624659de0526a715ffa2df1482e5f13 (patch) | |
tree | db8186747403de5d2bb5c02b4f4efcc196ea98a4 | |
parent | 73aed5bac6dd726201ede04a4c2f3d59c36cf80b (diff) | |
download | docker-pipeline-ff04d2675624659de0526a715ffa2df1482e5f13.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=${3:-astroconda} -PROJECT=${HUB}/pipeline +PROJECT=${HUB}/datb-tc-pipeline PROJECT_VERSION="${1}" PYTHON_VERSION="${2}" TAGS=() |