Skip to content

Commit 6de31ce

Browse files
committed
Trying to fix syntax error on line 9
1 parent 4163d94 commit 6de31ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/buildViaTravis.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
git fsck --full
55

66
# buildTag=$TRAVIS_TAG
7-
buildTag="2.0.0-RC3"
7+
buildTag="v2.0.0-RC3"
88

9-
if [ "$buildTag" != ""] && [ "${buildTag:0:2}" != "1." ]; then
9+
if [ "$buildTag" != "" ] && [ "${buildTag:0:3}" != "v1." ]; then
1010
echo -e "Wrong tag on the 1.x brach: $buildTag : build stopped"
1111
exit 1
1212
fi

0 commit comments

Comments
 (0)