Skip to content

Commit

Permalink
ci: Disable zincati
Browse files Browse the repository at this point in the history
Signed-off-by: Colin Walters <[email protected]>
  • Loading branch information
cgwalters committed Oct 22, 2023
1 parent ec764d1 commit 68419c6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ci/run-kola.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ storage:
- path: /etc/ostree/auth.json
contents:
local: auth.json
systemd:
units:
- name: zincati.service
dropins:
- name: disabled.conf
contents: |
[Unit]
ConditionPathExists=/enoent
EOF
butane -d . < pull-secret.bu > pull-secret.ign
kola_args+=("--append-ignition" "pull-secret.ign")
Expand Down

0 comments on commit 68419c6

Please sign in to comment.