Update .gitlab-ci.yml

This commit is contained in:
2022-11-05 12:22:42 +00:00
parent ec8c37fbe5
commit 2489ce00d8

View File

@@ -102,10 +102,12 @@ k3s-update:
REQUIREMENTS: requirements.yml
allow_failure: false
extends: .ansible_apply
rules:
- if: $CI_PIPELINE_SOURCE == "schedule"
when: always
- when: never
before_script:
- cat $ansible > $WORKDIR/ansible
#rules:
# - if: $CI_PIPELINE_SOURCE == "schedule"
# when: always
# - when: never
#destroy: