This commit is contained in:
parent
8fa55d0ea1
commit
a28d6bcd1f
@ -8,6 +8,8 @@ steps:
|
||||
image: maven:3.8.4-openjdk-11
|
||||
commands:
|
||||
- echo "${GPG_PRIVATE_KEY}" >> "gpg.key"
|
||||
- echo "${TEST}" >> "test.key"
|
||||
- cat test.key
|
||||
- echo "${MAVEN_SETTINGS}" >> "maven-settings.xml"
|
||||
- gpg --pinentry-mode loopback --passphrase ${GPG_PASSPHRASE} --import gpg.key
|
||||
- mvn --settings maven-settings.xml -U -P ossrh,release clean deploy
|
||||
|
Loading…
Reference in New Issue
Block a user