test more conditions

This commit is contained in:
jem 2021-02-10 14:10:04 +01:00
parent 945d478829
commit 5102bce823

View file

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