Loading capif/templates/cd-deploy-release.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -15,8 +15,8 @@ variables: # it will only run when a new tag that starts with ‘release-’ is pushed # to the repository. .release_common: &relase_common only: - /^release-.*$/ rules: - if: '$CI_COMMIT_TAG =~ /^.*-release$/' tags: - shell Loading Loading
capif/templates/cd-deploy-release.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -15,8 +15,8 @@ variables: # it will only run when a new tag that starts with ‘release-’ is pushed # to the repository. .release_common: &relase_common only: - /^release-.*$/ rules: - if: '$CI_COMMIT_TAG =~ /^.*-release$/' tags: - shell Loading