Skip to content

Commit

Permalink
fix: $TAG_VERSION ($GIT_HASH_SHORT.$BUILD_NUMBER)
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandoespinosa committed Apr 22, 2019
1 parent 561536e commit 89c64fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/compute-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
TAG_VERSION=`git describe --abbrev=0 $BUILD_VCS_NUMBER --tags`
GIT_HASH_SHORT=${BUILD_VCS_NUMBER:0:7}

echo "##teamcity[buildNumber '$TAG_VERSION-$GIT_HASH_SHORT.$BUILD_NUMBER']"
echo "##teamcity[buildNumber '$TAG_VERSION ($GIT_HASH_SHORT.$BUILD_NUMBER)']"

exit 0

0 comments on commit 89c64fb

Please sign in to comment.