Настройка сборки drone
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Struchkov Mark 2022-12-17 13:42:46 +03:00
parent 44d4398ae4
commit d7f28a6056

View File

@ -13,7 +13,10 @@ steps:
from_secret: MAVEN_SETTINGS
GPG_PASSPHRASE:
from_secret: GPG_PASSPHRASE
TEST:
from_secret: TEST
commands:
- 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