Skip to content

Commit

Permalink
Ignore Spinnaker product release tags in TravisCI. (#3254)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtk54 authored Feb 3, 2017
1 parent ccf743c commit a55a693
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gradle/buildViaTravis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ elif [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_TAG" == "" ]; then
elif [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_TAG" != "" ]; then
echo -e 'Build Branch for Release => Branch ['$TRAVIS_BRANCH'] Tag ['$TRAVIS_TAG']'
case "$TRAVIS_TAG" in
version-*)
;; # Ignore Spinnaker product release tags.
*-rc\.*)
./gradlew -PdeckVersion="${TRAVIS_TAG}" -Prelease.travisci=true -Prelease.useLastTag=true -PbintrayUser="${bintrayUser}" -PbintrayKey="${bintrayKey}" candidate --stacktrace
;;
Expand Down

0 comments on commit a55a693

Please sign in to comment.