Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <[email protected]>
  • Loading branch information
mkroening committed Sep 2, 2024
1 parent bc058ed commit bb3c08b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ jobs:
sudo apt-get update
sudo apt-get install -y cri-o docker
crio config --default | sudo tee /etc/crio/crio.conf
sudo systemctl start crio.service
- name: Install crictl
shell: sudo bash --noprofile --norc -eo pipefail {0}
Expand Down Expand Up @@ -113,7 +111,6 @@ jobs:
privileged_without_host_devices = false
EOF
systemctl restart crio || systemctl status crio
>&2 cat /etc/crio/crio.conf
- name: Test runh standalone
shell: sudo bash --noprofile --norc -eo pipefail {0}
if: ${{ always() && steps.runh-crio-setup.outcome == 'success' }}
Expand Down

0 comments on commit bb3c08b

Please sign in to comment.