Loading capif/templates/cd-deploy-release.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,8 @@ variables: # to the repository. .release_common: &relase_common rules: - if: '$CI_COMMIT_TAG =~ /^.*-release$/' # - if: '$CI_COMMIT_TAG =~ /^.*-release$/' - if: '$CI_COMMIT_TAG =~ /^v\d+\.\d+\.\d+-release$/' tags: - shell Loading Loading
capif/templates/cd-deploy-release.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,8 @@ variables: # to the repository. .release_common: &relase_common rules: - if: '$CI_COMMIT_TAG =~ /^.*-release$/' # - if: '$CI_COMMIT_TAG =~ /^.*-release$/' - if: '$CI_COMMIT_TAG =~ /^v\d+\.\d+\.\d+-release$/' tags: - shell Loading