This commit is contained in:
Struchkov Mark 2022-01-22 12:01:06 +03:00
parent 840db23ce5
commit 06ef8494e5

View File

@ -11,6 +11,7 @@ deploy:
- /^release-.*$/
before_script:
- export GPG_TTY=$(tty)
- gpg --import $GPG_PRIVATE_KEY
script:
- 'mvn --settings $MAVEN_SETTINGS -U -P ossrh,release clean deploy'