remove task publish for tags only
This commit is contained in:
parent
c31d115ea5
commit
d2ab1d28bd
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue