feat(exx-Pipeline): fix RELEASE Commmit Ref
This commit is contained in:
parent
0ba5435150
commit
0e57f4cce1
@ -12,7 +12,7 @@ increase-version:
|
||||
rules:
|
||||
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|
||||
- if: $CI_COMMIT_REF_NAME == 'Templates2.0'
|
||||
- if: $CI_COMMIT_REF_NAME =~ 'RELEASE'
|
||||
- if: $CI_COMMIT_REF_NAME =~ /^RELEASE.*/
|
||||
variables:
|
||||
TAG: "true"
|
||||
before_script:
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
.release-release-branch:
|
||||
extends: .release-common
|
||||
rules:
|
||||
- if: $CI_COMMIT_REF_NAME =~ 'RELEASE'
|
||||
- if: $CI_COMMIT_REF_NAME =~ /^RELEASE.*/
|
||||
when: manual
|
||||
#Do not make releases available in TAG CIs
|
||||
- if: $CI_COMMIT_TAG
|
||||
|
||||
Loading…
Reference in New Issue
Block a user