From bb3c08b01ee9874ea3b7f723d9848a717d4d9dce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kr=C3=B6ning?= Date: Mon, 2 Sep 2024 18:29:56 +0200 Subject: [PATCH] f MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Kröning --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) 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' }}