Skip to content

Commit

Permalink
fix: build/compute-version.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandoespinosa committed Apr 22, 2019
1 parent 7aee325 commit dbb3be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/compute-version.sh
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 '$GIT_HASH_SHORT.$BUILD_NUMBER ($TAG_VERSION)']"

exit 0

0 comments on commit dbb3be3

Please sign in to comment.