deploy
This commit is contained in:
parent
4fc810a6c3
commit
840db23ce5
@ -9,6 +9,9 @@ deploy:
|
||||
stage: deploy
|
||||
only:
|
||||
- /^release-.*$/
|
||||
|
||||
before_script:
|
||||
- gpg --import $GPG_PRIVATE_KEY
|
||||
script:
|
||||
- 'mvn --settings $MAVEN_SETTINGS -U -P ossrh,release clean deploy'
|
||||
artifacts:
|
||||
|
Loading…
Reference in New Issue
Block a user