Skip to content

Commit

Permalink
[ci skip-compare-publications] Excluded unneeded bintray gradle plugi…
Browse files Browse the repository at this point in the history
…n stages that were causing upload failures.
  • Loading branch information
jverbus committed May 27, 2020
1 parent 96fe25e commit d3e50d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
scala: 2.11.8
env: SPARK_VERSION=2.4.3
script: ./gradlew releaseNeeded | grep "Releasing"
&& ./gradlew bintrayUpload -PscalaVersion=$TRAVIS_SCALA_VERSION -PsparkVersion=$SPARK_VERSION
&& ./gradlew bintrayUpload -PscalaVersion=$TRAVIS_SCALA_VERSION -PsparkVersion=$SPARK_VERSION -x :bintrayPublish -x :bintrayUpload
|| echo "No release needed.";
- scala: 2.12.11
env: SPARK_VERSION=2.4.3
script: ./gradlew releaseNeeded | grep "Releasing"
&& ./gradlew bintrayUpload -PscalaVersion=$TRAVIS_SCALA_VERSION -PsparkVersion=$SPARK_VERSION
&& ./gradlew bintrayUpload -PscalaVersion=$TRAVIS_SCALA_VERSION -PsparkVersion=$SPARK_VERSION -x :bintrayPublish -x :bintrayUpload
|| echo "No release needed.";
- stage: release
scala: 2.11.8
Expand Down

0 comments on commit d3e50d5

Please sign in to comment.