Publish to gitlab repo

This commit is contained in:
ajgeiss0702
2021-05-21 16:41:27 -07:00
parent 09fe8c6a09
commit c0532ffd79
2 changed files with 26 additions and 1 deletions
+9
View File
@@ -36,6 +36,15 @@ test:
script:
- gradle test
deploy to maven repo:
stage: deploy
only:
- master
dependencies:
- build
script:
- gradle publish
upload to updater:
stage: deploy
only: