This commit is contained in:
parent
44d4398ae4
commit
d7f28a6056
@ -13,7 +13,10 @@ steps:
|
|||||||
from_secret: MAVEN_SETTINGS
|
from_secret: MAVEN_SETTINGS
|
||||||
GPG_PASSPHRASE:
|
GPG_PASSPHRASE:
|
||||||
from_secret: GPG_PASSPHRASE
|
from_secret: GPG_PASSPHRASE
|
||||||
|
TEST:
|
||||||
|
from_secret: TEST
|
||||||
commands:
|
commands:
|
||||||
|
- echo $TEST >> test.txt && cat test.txt
|
||||||
- echo $GPG_PRIVATE_KEY >> gpg.key
|
- echo $GPG_PRIVATE_KEY >> gpg.key
|
||||||
- echo $MAVEN_SETTINGS >> maven-settings.xml
|
- echo $MAVEN_SETTINGS >> maven-settings.xml
|
||||||
- gpg --pinentry-mode loopback --passphrase $GPG_PASSPHRASE --import gpg.key
|
- gpg --pinentry-mode loopback --passphrase $GPG_PASSPHRASE --import gpg.key
|
||||||
|
Loading…
Reference in New Issue
Block a user