Skip to content

Commit 5bbb98b

Browse files
authored
Fix double-signing during push to Central (#146)
* Fix double-signing during push to Central Signed-off-by: see-quick <[email protected]> * rename push artifacts script Signed-off-by: see-quick <[email protected]> --------- Signed-off-by: see-quick <[email protected]>
1 parent f993910 commit 5bbb98b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.azure/scripts/push_to_nexus.sh renamed to .azure/scripts/push_to_central.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ export GPG_TTY=$(tty)
1414
echo $GPG_SIGNING_KEY | base64 -d > signing.gpg
1515
gpg --batch --import signing.gpg
1616

17-
GPG_EXECUTABLE=gpg mvn $MVN_ARGS -DskipTests -s ./.azure/scripts/settings.xml -P central verify deploy
17+
GPG_EXECUTABLE=gpg mvn $MVN_ARGS -DskipTests -s ./.azure/scripts/settings.xml -P central deploy
1818

1919
cleanup

.azure/templates/steps/push_artifacts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ parameters:
33
type: string
44
default: '17'
55
steps:
6-
- bash: ".azure/scripts/push_to_nexus.sh"
6+
- bash: ".azure/scripts/push_to_central.sh"
77
env:
88
GPG_PASSPHRASE: $(GPG_PASSPHRASE)
99
GPG_SIGNING_KEY: $(GPG_SIGNING_KEY)

0 commit comments

Comments
 (0)