From ed09f9d7a433c79d62ec2214dfa4f295388c8375 Mon Sep 17 00:00:00 2001 From: jem Date: Wed, 10 Feb 2021 14:34:16 +0100 Subject: [PATCH] expression test --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1b4c5c5..ef4dc88 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 $