From 6ebb8b10df70e45d5ce6a25de9f6bae0ce056024 Mon Sep 17 00:00:00 2001 From: arjunkhunti-crest <69838413+arjunkhunti-crest@users.noreply.github.com> Date: Fri, 15 Apr 2022 16:00:36 +0530 Subject: [PATCH] replaced rules variale --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6f6c7a4..f7d070d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ publish_build_to_pre_qa: after_script: - cp publish_build_to_pre_qa.log artifacts/publish_build_to_pre_qa.log rules: - - if: '$CI_COMMIT_REF_NAME =~ /^v[0-9]+\.[0-9]+\.[0-9]$/' + - if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]$/' when: always - if: '$CI_PIPELINE_SOURCE == "schedule"' when: always