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

This commit is contained in:
Struchkov Mark 2022-12-17 13:52:26 +03:00
parent fed80e2a82
commit 8818cb3fc3

View File

@ -14,7 +14,8 @@ steps:
GPG_PASSPHRASE:
from_secret: GPG_PASSPHRASE
commands:
- gpg --pinentry-mode loopback --passphrase $GPG_PASSPHRASE --import $GPG_PRIVATE_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
trigger: