Skip to content

Commit dbb3be3

Browse files
fix: build/compute-version.sh
1 parent 7aee325 commit dbb3be3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/compute-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
TAG_VERSION=`git describe --abbrev=0 $BUILD_VCS_NUMBER --tags`
44
GIT_HASH_SHORT=${BUILD_VCS_NUMBER:0:7}
55

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

88
exit 0

0 commit comments

Comments
 (0)