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
|
- when: manual
|
||||||
trigger:
|
trigger:
|
||||||
project: gilden/ci/java-backend-template
|
project: gilden/ci/java-backend-template
|
||||||
branch: "Templates2.0"
|
branch: "master"
|
||||||
strategy: depend
|
strategy: depend
|
||||||
|
|
||||||
Test-Docker-compose:
|
Test-Docker-compose:
|
||||||
@ -71,7 +71,7 @@ pages:
|
|||||||
.</ac:rich-text-body></ac:structured-macro>'
|
.</ac:rich-text-body></ac:structured-macro>'
|
||||||
FILE_INPUT: "index.html,107524048,CI Templates 2.0"
|
FILE_INPUT: "index.html,107524048,CI Templates 2.0"
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_REF_NAME == 'Templates2.0'
|
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|
||||||
when: always
|
when: always
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,6 @@ variables:
|
|||||||
increase-version:
|
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 =~ /^RELEASE.*/
|
- if: $CI_COMMIT_REF_NAME =~ /^RELEASE.*/
|
||||||
variables:
|
variables:
|
||||||
TAG: "true"
|
TAG: "true"
|
||||||
@ -24,7 +23,6 @@ push-tag-and-branch:
|
|||||||
image: gitlab.exxcellent.de:4567/gilden/ci/exxcellent-ssh-tool:1.4.0
|
image: gitlab.exxcellent.de:4567/gilden/ci/exxcellent-ssh-tool:1.4.0
|
||||||
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'
|
|
||||||
before_script:
|
before_script:
|
||||||
- setup-ssh
|
- setup-ssh
|
||||||
- echo $VERSION
|
- echo $VERSION
|
||||||
|
|||||||
@ -18,8 +18,6 @@
|
|||||||
when: never
|
when: never
|
||||||
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|
||||||
when: manual
|
when: manual
|
||||||
- if: $CI_COMMIT_REF_NAME == 'Templates2.0'
|
|
||||||
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
|
||||||
when: never
|
when: never
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user