remove task publish for tags only

This commit is contained in:
az 2021-11-25 11:12:34 +01:00
parent c31d115ea5
commit d2ab1d28bd

View file

@ -57,6 +57,8 @@ test:
publish: publish:
stage: publish stage: publish
rules:
- if: $CI_COMMIT_TAG == null # don't run for git tags
script: script:
- ./gradlew jar - ./gradlew jar
- ./gradlew publish - ./gradlew publish