expression test
This commit is contained in:
parent
e3e3c11dd2
commit
ed09f9d7a4
1 changed files with 2 additions and 2 deletions
|
@ -72,13 +72,13 @@ upload-release:
|
|||
test-prerelease:
|
||||
stage: test
|
||||
rules:
|
||||
- if: '$CI_COMMIT_BRANCH == "master" && not($CI_COMMIT_TAG)'
|
||||
- if: '$CI_COMMIT_TAG == null'
|
||||
script:
|
||||
- echo $CI_COMMIT_TAG
|
||||
|
||||
test-release:
|
||||
stage: test
|
||||
rules:
|
||||
- if: '$CI_COMMIT_BRANCH == "master" && $CI_COMMIT_TAG'
|
||||
- if: '$CI_COMMIT_TAG != null'
|
||||
script:
|
||||
- echo $
|
||||
|
|
Reference in a new issue