chore(*): Switch Pipelines 2.0 refs to Master
This commit is contained in:
parent
4583c40b91
commit
48f06f3b78
@ -16,7 +16,7 @@ Test-Java-Backend:
|
||||
- when: manual
|
||||
trigger:
|
||||
project: gilden/ci/java-backend-template
|
||||
branch: "Templates2.0"
|
||||
branch: "master"
|
||||
strategy: depend
|
||||
|
||||
Test-Docker-compose:
|
||||
@ -71,7 +71,7 @@ pages:
|
||||
.</ac:rich-text-body></ac:structured-macro>'
|
||||
FILE_INPUT: "index.html,107524048,CI Templates 2.0"
|
||||
rules:
|
||||
- if: $CI_COMMIT_REF_NAME == 'Templates2.0'
|
||||
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|
||||
when: always
|
||||
|
||||
|
||||
|
||||
@ -11,7 +11,6 @@ variables:
|
||||
increase-version:
|
||||
rules:
|
||||
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|
||||
- if: $CI_COMMIT_REF_NAME == 'Templates2.0'
|
||||
- if: $CI_COMMIT_REF_NAME =~ /^RELEASE.*/
|
||||
variables:
|
||||
TAG: "true"
|
||||
@ -24,7 +23,6 @@ push-tag-and-branch:
|
||||
image: gitlab.exxcellent.de:4567/gilden/ci/exxcellent-ssh-tool:1.4.0
|
||||
rules:
|
||||
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|
||||
- if: $CI_COMMIT_REF_NAME == 'Templates2.0'
|
||||
before_script:
|
||||
- setup-ssh
|
||||
- echo $VERSION
|
||||
|
||||
@ -18,8 +18,6 @@
|
||||
when: never
|
||||
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|
||||
when: manual
|
||||
- if: $CI_COMMIT_REF_NAME == 'Templates2.0'
|
||||
when: manual
|
||||
#Do not make releases available in TAG CIs
|
||||
- if: $CI_COMMIT_TAG
|
||||
when: never
|
||||
|
||||
Loading…
Reference in New Issue
Block a user