Skip to content

Commit

Permalink
fix(travis): Attempt to remove the explicit 'assemble' from 'installV…
Browse files Browse the repository at this point in the history
…iaTravis' (#4072)
  • Loading branch information
ajordens committed Oct 4, 2019
1 parent 420256f commit 4c3344d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/installViaTravis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ elif [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_TAG" == "" ]; then
$GRADLE -Prelease.travisci=true -x test assemble
elif [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_TAG" != "" ]; then
echo -e 'Assemble Branch for Release => Branch ['$TRAVIS_BRANCH'] Tag ['$TRAVIS_TAG']'
$GRADLE -Prelease.travisci=true -x test assemble
#$GRADLE -Prelease.travisci=true -x test assemble
else
echo -e 'WARN: Should not be here => Branch ['$TRAVIS_BRANCH'] Tag ['$TRAVIS_TAG'] Pull Request ['$TRAVIS_PULL_REQUEST']'
$GRADLE assemble
Expand Down

0 comments on commit 4c3344d

Please sign in to comment.