Skip to content

Commit 9faf69e

Browse files
committed
use real TRAVIS_TAG now that the syntax works
1 parent 6de31ce commit 9faf69e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gradle/buildViaTravis.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33

44
git fsck --full
55

6-
# buildTag=$TRAVIS_TAG
7-
buildTag="v2.0.0-RC3"
6+
buildTag="$TRAVIS_TAG"
87

98
if [ "$buildTag" != "" ] && [ "${buildTag:0:3}" != "v1." ]; then
109
echo -e "Wrong tag on the 1.x brach: $buildTag : build stopped"

0 commit comments

Comments
 (0)