This commit is contained in:
parent
9015bb6f65
commit
082c18eecb
@ -7,9 +7,8 @@ steps:
|
||||
- name: publish
|
||||
image: maven:3.8.4-openjdk-11
|
||||
commands:
|
||||
- echo "$GPG_PRIVATE_KEY" >> "gpg.txt"
|
||||
- echo "$GPG_PRIVATE_KEY" >> "gpg.key"
|
||||
- echo "$MAVEN_SETTINGS" >> "maven-settings.xml"
|
||||
- ls
|
||||
- gpg --pinentry-mode loopback --passphrase $GPG_PASSPHRASE --import gpg.txt
|
||||
- mvn --settings maven-settings.xml -U -P ossrh,release clean deploy
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user