condition test

master
jem 3 years ago
parent 5102bce823
commit f08bdc082f

@ -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 $