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 b4dfc82 commit 265eab5Copy full SHA for 265eab5
.travis.yml
@@ -6,7 +6,7 @@ services:
6
- docker
7
after_success:
8
- bash <(curl -s https://codecov.io/bash)
9
-- mvn deploy --settings travis-settings.xml -DskipTests=true -B
+- "[[ $TRAVIS_BRANCH == \"feature/maven-central-deploy\" ]] && { mvn deploy --settings travis-settings.xml -DskipTests=true -B; };"
10
before_deploy:
11
- "mvn -DskipTests package"
12
- export FILE_TO_UPLOAD=$(ls target/pulsar-java-spring-boot-starter-*.jar)
0 commit comments