Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
add libvirt group
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-stephens committed Nov 14, 2023
1 parent d049ae9 commit 0d363bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@ jobs:
/usr/local/bin/crc config set kubeadmin-password admin
/usr/local/bin/crc config set consent-telemetry no
/usr/local/bin/crc config set disable-update-check true
/usr/local/bin/crc config set skip-check-user-in-libvirt-group true
/usr/local/bin/crc config set skip-check-libvirt-group-active true
shell: bash

- name: Set up CRC
run: |
exec newgrp -
/usr/local/bin/crc setup --log-level debug
shell: bash

- name: Start up CRC VM
run: |
exec newgrp -
/usr/local/bin/crc start --log-level debug
shell: bash

Expand Down

0 comments on commit 0d363bb

Please sign in to comment.