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 f993910 commit 5bbb98bCopy full SHA for 5bbb98b
.azure/scripts/push_to_nexus.sh renamed to .azure/scripts/push_to_central.sh
@@ -14,6 +14,6 @@ export GPG_TTY=$(tty)
14
echo $GPG_SIGNING_KEY | base64 -d > signing.gpg
15
gpg --batch --import signing.gpg
16
17
-GPG_EXECUTABLE=gpg mvn $MVN_ARGS -DskipTests -s ./.azure/scripts/settings.xml -P central verify deploy
+GPG_EXECUTABLE=gpg mvn $MVN_ARGS -DskipTests -s ./.azure/scripts/settings.xml -P central deploy
18
19
cleanup
.azure/templates/steps/push_artifacts.yaml
@@ -3,7 +3,7 @@ parameters:
3
type: string
4
default: '17'
5
steps:
6
- - bash: ".azure/scripts/push_to_nexus.sh"
+ - bash: ".azure/scripts/push_to_central.sh"
7
env:
8
GPG_PASSPHRASE: $(GPG_PASSPHRASE)
9
GPG_SIGNING_KEY: $(GPG_SIGNING_KEY)
0 commit comments