File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,12 +17,11 @@ cache:
1717 directories :
1818 - $HOME/.gradle/caches/
1919script :
20- - ./gradlew clean :sixpack-java:assemble :sixpack-java:test :sixpack-java:jacocoTestReport
21- :sixpack-java:coveralls
20+ - ./gradlew clean :sixpack-java:assemble :sixpack-java:test
2221after_success :
23- - coveralls
22+ - ./gradlew :sixpack-java:jacocoTestReport :sixpack-java: coveralls
2423- buildscripts/deploy_snapshot.sh
2524env :
2625 global :
27- - secure : WSZRCzEkUw8MlG2Fgjj+yonnjEtcWI67U2Q+U01GKd/Yz01X1xnN55HuSvDp4rUn8mn2aKg/kUsaOzjVEnHFJF4UJ0SOqzNAm7oC6EemG/gdKcrlvJ6TL5WBIoE/lCanQVL7FJqt3wPH6JN5/A/0JLUujWeJGORL62t9PyabXP8=
28- - secure : PoUWqyvwj+tIpu1iG7M24Z9qh32Ise2AeEiy+rN0FUNTimha/0ddXFSVMXnwmJ6m/+cZjOJKCPVWvZXuChlNLDNrU2pdAGJzUoMJ+9R9+4D7y3Xk1GJ6HbhSrSrioM9GiZ8C6DnScVWrSmZ/iQDjpja/IXPHtqblBh7UsUy0Nd0=
26+ - nexusPassword="fakepw"
27+ - nexusUsername="fakeun"
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ elif [ "$TRAVIS_BRANCH" != "$BRANCH" ]; then
2222 echo " Skipping snapshot deployment: wrong branch. Expected '$BRANCH ' but was '$TRAVIS_BRANCH '."
2323else
2424 echo " Deploying snapshot..."
25+ echo $nexusUsername
26+ echo $nexusPassword
2527 ./gradlew -PnexusUsername=$nexusUsername -PnexusPassword=$nexusPassword :sixpack-java:uploadArchives
2628 echo " Snapshot deployed!"
2729fi
You can’t perform that action at this time.
0 commit comments