File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,5 +23,5 @@ after_success:
2323- buildscripts/deploy_snapshot.sh
2424env :
2525 global :
26- - nexusPassword="fakepw"
27- - nexusUsername="fakeun"
26+ - secure : P1ehMlSzqv9hjJyIH3VxQ8HxjgCd4ROnIeRynjr0HifLt4viEuIaPSoOFM7e/QwKHVU1/IoX1NjYD7BLlLBSb2yhdKburXkTM8RK3iG1BcL36k0h6GkOTSSVU9I8IYKaOn/zdz50bcvK1W/aJgBhqoNwQ4ku9fViGCWyBQTUYVg=
27+ - secure : GjZfwGIEpmavGgV1kd3n2oFySeQnXWHovcy397TX8OdL2vrwv9fh+EhDsqO70E7Dg6r5EYORMtjXoThd47w65uqu8+ukYuVTu/kc6MGe2H/5aHcOcUJ3zybawCLEPaYskO8Daz/JwnQkytO5eyONnYhztFu0Yx1uKdpXfjnIuu0=
Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ 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
2725 ./gradlew -PnexusUsername=$nexusUsername -PnexusPassword=$nexusPassword :sixpack-java:uploadArchives
2826 echo " Snapshot deployed!"
2927fi
You can’t perform that action at this time.
0 commit comments