We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd8c14f commit ab9b958Copy full SHA for ab9b958
cd/deploy.sh
@@ -1,4 +1,4 @@
1
#!/usr/bin/env bash
2
-if [ "$TRAVIS_BRANCH" = 'master' ] && [ "$TRAVIS_PULL_REQUEST" == 'false' ]; then
+if [ -n "$TRAVIS_TAG" ]; then
3
mvn deploy -P sign,build-extras --settings cd/mvnsettings.xml
4
-fi
+fi
0 commit comments