summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-02-21 15:52:48 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-02-21 15:52:48 -0500
commitff04d2675624659de0526a715ffa2df1482e5f13 (patch)
treedb8186747403de5d2bb5c02b4f4efcc196ea98a4 /build.sh
parent73aed5bac6dd726201ede04a4c2f3d59c36cf80b (diff)
downloaddocker-pipeline-ff04d2675624659de0526a715ffa2df1482e5f13.tar.gz
Verbose naming convention
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 2be064e..b3f7a03 100755
--- a/build.sh
+++ b/build.sh
@@ -1,6 +1,6 @@
#!/bin/bash
HUB=${3:-astroconda}
-PROJECT=${HUB}/pipeline
+PROJECT=${HUB}/datb-tc-pipeline
PROJECT_VERSION="${1}"
PYTHON_VERSION="${2}"
TAGS=()