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

This commit is contained in:
Struchkov Mark 2022-12-17 13:44:06 +03:00
parent bf28bb6ecb
commit b9d6c9f2af

View File

@ -16,7 +16,7 @@ steps:
TEST:
from_secret: TEST
commands:
- echo ${TEST} >> test.txt && cat test.txt
- echo $TEST
- echo $GPG_PRIVATE_KEY >> gpg.key
- echo $MAVEN_SETTINGS >> maven-settings.xml
- gpg --pinentry-mode loopback --passphrase $GPG_PASSPHRASE --import gpg.key