diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1a3cea2..89a7fb2d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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} @@ -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' }}