Skip to content

Commit 48bff9d

Browse files
committed
Merge pull request #2610 from akarnokd/BuildFix2
Build at least as if it was a pull request.
2 parents ad05368 + 79eda4a commit 48bff9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gradle/buildViaTravis.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ elif [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_TAG" != "" ]; then
1111
echo -e 'Build Branch for Release => Branch ['$TRAVIS_BRANCH'] Tag ['$TRAVIS_TAG']'
1212
./gradlew -Prelease.useLastTag=true -PbintrayUser="${bintrayUser}" -PbintrayKey="${bintrayKey}" final --stacktrace
1313
else
14-
echo -e 'ERROR: Should not be here => Branch ['$TRAVIS_BRANCH'] Tag ['$TRAVIS_TAG']'
14+
echo -e 'WARN: Should not be here => Branch ['$TRAVIS_BRANCH'] Tag ['$TRAVIS_TAG']'
15+
./gradlew -Prelease.useLastTag=true build
1516
fi

0 commit comments

Comments
 (0)