Browse Source

Fix benchmark project name

pull/640/merge
Marvin Herman Froeder 7 years ago
parent
commit
92d45470a0
No known key found for this signature in database
GPG Key ID: FA136FFE483DF438
  1. 2
      travis/publish.sh

2
travis/publish.sh

@ -168,7 +168,7 @@ if is_pull_request; then @@ -168,7 +168,7 @@ if is_pull_request; then
# If we are on master, we will deploy the latest snapshot or release version
# - If a release commit fails to deploy for a transient reason, delete the broken version from bintray and click rebuild
elif is_travis_branch_master; then
./mvnw --batch-mode -s ./.settings.xml -Prelease -nsu -pl -:benchmark -DskipTests deploy
./mvnw --batch-mode -s ./.settings.xml -Prelease -nsu -pl -:feign-benchmark -DskipTests deploy
# If the deployment succeeded, sync it to Maven Central. Note: this needs to be done once per project, not module, hence -N
if is_release_commit; then

Loading…
Cancel
Save