condition test

This commit is contained in:
jem 2021-02-10 14:19:49 +01:00
parent 5102bce823
commit f08bdc082f

View file

@ -72,7 +72,7 @@ upload-release:
test-prerelease:
stage: test
rules:
- if: '$CI_COMMIT_TAG'
- if: $CI_COMMIT_TAG
when: never
- if: '$CI_COMMIT_BRANCH == "master"'
script:
@ -81,7 +81,7 @@ test-prerelease:
test-release:
stage: test
rules:
- if: '$CI_COMMIT_TAG'
- if: $CI_COMMIT_TAG
- if: '$CI_COMMIT_BRANCH == "master"'
script:
- echo $