Skip to content

Commit

Permalink
Publish snapshot builds to group id 'io.github.microservice-api-patte…
Browse files Browse the repository at this point in the history
…rns' now
  • Loading branch information
stefan-ka committed Aug 17, 2020
1 parent d471130 commit 55aa265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ script:
if [[ $TRAVIS_TAG =~ ^v.* ]]; then
./gradlew clean build publish -Prelease.useLastTag=true -Psigning.keyId=${GPG_KEY_ID} -Psigning.password=${GPG_KEY_PASSPHRASE}
else
./gradlew clean build snapshot
./gradlew clean build snapshot $(if [[ $TRAVIS_BRANCH == "master" && $TRAVIS_PULL_REQUEST == 'false' ]]; then echo "publish -Psigning.keyId=${GPG_KEY_ID} -Psigning.password=${GPG_KEY_PASSPHRASE}"; fi)
fi
before_install:
Expand Down

0 comments on commit 55aa265

Please sign in to comment.