expression test

master
jem 3 years ago
parent e3e3c11dd2
commit ed09f9d7a4

@ -72,13 +72,13 @@ upload-release:
test-prerelease: test-prerelease:
stage: test stage: test
rules: rules:
- if: '$CI_COMMIT_BRANCH == "master" && not($CI_COMMIT_TAG)' - if: '$CI_COMMIT_TAG == null'
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 != null'
script: script:
- echo $ - echo $