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

This commit is contained in:
Struchkov Mark 2022-12-17 13:53:21 +03:00
parent 8818cb3fc3
commit 7a11e8b8af

View File

@ -14,7 +14,7 @@ steps:
GPG_PASSPHRASE:
from_secret: GPG_PASSPHRASE
commands:
- echo $GPG_PRIVATE_KEY >> gpg.key
- echo "$GPG_PRIVATE_KEY" >> gpg.key
- gpg --pinentry-mode loopback --passphrase $GPG_PASSPHRASE --import gpg.key
- mvn --settings $MAVEN_SETTINGS -U -P ossrh,release clean deploy