Skip to content

Commit

Permalink
replaced rules variale
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunkhunti-cds authored Apr 15, 2022
1 parent b0d2e10 commit 6ebb8b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6ebb8b1

Please sign in to comment.