Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update buildVersion.sh
  • Loading branch information
wgthom committed Apr 20, 2019
1 parent 40d0ec6 commit 9326941
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion buildVersion.sh
@@ -1,5 +1,7 @@
# This script is sourced from each of the manualBuild.sh scripts.
# The git branch indicates the GTE version and is appended to the docker image tag
# The git branch indicates the GTE version and is appended to each docker image tag
# e.g. tier/gte:101.1.1-201906 where 201906 is the git branch
export VERSION_TAG=`git status --porcelain=2 -b | grep branch.head | cut -d ' ' -f 3`

# The Grouper version used to build the entire GTE is configured in ./base/Dockerfile#4
# e.g. FROM tier/grouper:latest

0 comments on commit 9326941

Please sign in to comment.