Merge branch 'developerdurp-main-patch-71954' into 'main'
Update .gitlab-ci.yml See merge request developerdurp/k3s!15
This commit is contained in:
@@ -142,17 +142,17 @@ k3s-destroy:
|
|||||||
extends: .terraform_destroy
|
extends: .terraform_destroy
|
||||||
needs: ["k3s"]
|
needs: ["k3s"]
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_COMMIT_BRANCH == "main"'
|
- if: $CI_PIPELINE_SOURCE == "schedule"
|
||||||
changes:
|
when: never
|
||||||
paths:
|
|
||||||
- 'terraform/*'
|
|
||||||
- 'ansible/*'
|
|
||||||
when: manual
|
|
||||||
- if: '$CI_COMMIT_BRANCH == "main"'
|
- if: '$CI_COMMIT_BRANCH == "main"'
|
||||||
changes:
|
changes:
|
||||||
paths:
|
paths:
|
||||||
- 'ansible/dns.yml'
|
- 'ansible/dns.yml'
|
||||||
when: never
|
when: never
|
||||||
- if: $CI_PIPELINE_SOURCE == "schedule"
|
- if: '$CI_COMMIT_BRANCH == "main"'
|
||||||
when: never
|
changes:
|
||||||
|
paths:
|
||||||
|
- 'terraform/*'
|
||||||
|
- 'ansible/*'
|
||||||
|
when: always
|
||||||
- when: never
|
- when: never
|
||||||
|
|||||||
Reference in New Issue
Block a user