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:
|
||||
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 $
|
||||
|
|
Reference in a new issue