Skip to content

Commit

Permalink
Create buildVersion.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
wgthom committed Apr 20, 2019
1 parent 4fbf26a commit 2d75fc1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions buildVersion.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# 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
# 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`

0 comments on commit 2d75fc1

Please sign in to comment.