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

This commit is contained in:
Struchkov Mark 2022-12-17 12:55:54 +03:00
parent c19d42770a
commit 1f5c315cb9

View File

@ -8,7 +8,7 @@ steps:
image: maven:3.8.4-openjdk-11
commands:
- echo ${GPG_PRIVATE_KEY} >> gpg.key
- echo ${TEST} >> test.key
- echo $TEST >> test.key
- cat test.key
- echo "${MAVEN_SETTINGS}" >> maven-settings.xml
- gpg --pinentry-mode loopback --passphrase ${GPG_PASSPHRASE} --import gpg.key