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