Skip to content

Commit

Permalink
Merge pull request #116 from elandau/feature/upgrade_nebula_netflix_oss
Browse files Browse the repository at this point in the history
Fix travis scripts for release
  • Loading branch information
elandau authored Mar 23, 2019
2 parents 2286457 + 4f7d735 commit 3d7a960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installViaTravis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ elif [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_TAG" == "" ]; then
./gradlew -Prelease.travisci=true assemble
elif [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_TAG" != "" ]; then
echo -e 'Assemble Branch for Release => Branch ['$TRAVIS_BRANCH'] Tag ['$TRAVIS_TAG']'
./gradlew -Prelease.travisci=true -Prelease.useLastTag=true assemble
./gradlew -Prelease.travisci=true assemble
else
echo -e 'WARN: Should not be here => Branch ['$TRAVIS_BRANCH'] Tag ['$TRAVIS_TAG'] Pull Request ['$TRAVIS_PULL_REQUEST']'
./gradlew assemble
Expand Down

0 comments on commit 3d7a960

Please sign in to comment.