From 6f23b95ed286672f90594c4136294d4e56200bcd Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 21 Feb 2019 15:53:51 -0500 Subject: Verbose naming convention --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index e400efd..b027aa1 100755 --- a/build.sh +++ b/build.sh @@ -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}" -- cgit