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