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 REQUIREMENTS: requirements.yml
allow_failure: false allow_failure: false
extends: .ansible_apply extends: .ansible_apply
rules: before_script:
- if: $CI_PIPELINE_SOURCE == "schedule" - cat $ansible > $WORKDIR/ansible
when: always #rules:
- when: never # - if: $CI_PIPELINE_SOURCE == "schedule"
# when: always
# - when: never
#destroy: #destroy: