condition test
This commit is contained in:
parent
5102bce823
commit
f08bdc082f
1 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@ upload-release:
|
||||||
test-prerelease:
|
test-prerelease:
|
||||||
stage: test
|
stage: test
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_COMMIT_TAG'
|
- if: $CI_COMMIT_TAG
|
||||||
when: never
|
when: never
|
||||||
- if: '$CI_COMMIT_BRANCH == "master"'
|
- if: '$CI_COMMIT_BRANCH == "master"'
|
||||||
script:
|
script:
|
||||||
|
@ -81,7 +81,7 @@ test-prerelease:
|
||||||
test-release:
|
test-release:
|
||||||
stage: test
|
stage: test
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_COMMIT_TAG'
|
- if: $CI_COMMIT_TAG
|
||||||
- if: '$CI_COMMIT_BRANCH == "master"'
|
- if: '$CI_COMMIT_BRANCH == "master"'
|
||||||
script:
|
script:
|
||||||
- echo $
|
- echo $
|
||||||
|
|
Reference in a new issue