File tree Expand file tree Collapse file tree 3 files changed +4
-34
lines changed Expand file tree Collapse file tree 3 files changed +4
-34
lines changed Original file line number Diff line number Diff line change 11<settings xmlns =" http://maven.apache.org/SETTINGS/1.1.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
22 xsi : schemaLocation =" http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd" >
3- <localRepository >/var/lib/jenkins/.m2/repository</localRepository >
43 <pluginGroups >
54 <pluginGroup >org.apache.maven.plugins</pluginGroup >
65 <pluginGroup >org.codehaus.mojo</pluginGroup >
2322 <activeByDefault >true</activeByDefault >
2423 </activation >
2524 <properties >
26- <gpg .passphrase>${env.KEYPASS}</gpg .passphrase>
25+ <!-- this env variable is defined in .buildkite/hooks/pre-command -->
26+ <gpg .passphrase>${env.KEYPASS_SECRET}</gpg .passphrase>
2727 </properties >
2828 </profile >
2929 </profiles >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ java -version
2626set +x
2727echo " --- Deploy the snapshot :package:"
2828if [[ " $dry_run " == " true" ]] ; then
29- echo ' ./mvnw -V -s .ci/snapshot- settings.xml -Pgpg clean deploy -DskipTests --batch-mode'
29+ echo ' ./mvnw -V -s .ci/settings.xml -Pgpg clean deploy -DskipTests --batch-mode'
3030else
31- ./mvnw -V -s .ci/snapshot- settings.xml -Pgpg clean deploy -DskipTests --batch-mode | tee snapshot.txt
31+ ./mvnw -V -s .ci/settings.xml -Pgpg clean deploy -DskipTests --batch-mode | tee snapshot.txt
3232fi
You can’t perform that action at this time.
0 commit comments