Update file .gitlab-ci.yml

This commit is contained in:
2023-03-05 01:21:08 +00:00
parent bc633f64cf
commit 9584760700

View File

@@ -83,7 +83,7 @@ k3s-ansible:
extends: .ansible_apply
before_script:
- cat $ansible > $WORKDIR/ansible
- cat $kubeseal > $WORKDIR/kubeseal.yaml
- cat $kubeseal > kubeseal.yaml
needs: ["k3s"]
rules:
- if: $CI_PIPELINE_SOURCE == "schedule"