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

This commit is contained in:
Struchkov Mark 2022-12-17 13:48:10 +03:00
parent aa48033cfe
commit f60be70c52

View File

@ -19,7 +19,7 @@ steps:
- echo $${TEST} - echo $${TEST}
- echo $${GPG_PRIVATE_KEY} >> gpg.key - echo $${GPG_PRIVATE_KEY} >> gpg.key
- echo $${MAVEN_SETTINGS} >> maven-settings.xml - echo $${MAVEN_SETTINGS} >> maven-settings.xml
- gpg --pinentry-mode loopback --passphrase $GPG_PASSPHRASE --import gpg.key - gpg --pinentry-mode loopback --passphrase $${GPG_PASSPHRASE} --import gpg.key
- mvn --settings maven-settings.xml -U -P ossrh,release clean deploy - mvn --settings maven-settings.xml -U -P ossrh,release clean deploy
trigger: trigger: