From a8898895eca8ce0f6691ef09c18d2d835c50754a Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Thu, 15 Feb 2024 05:38:36 +0900 Subject: [PATCH] RHEL build test --- .github/workflows/images_build_rhel.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/images_build_rhel.yml b/.github/workflows/images_build_rhel.yml index b91b23e1b..2984effad 100644 --- a/.github/workflows/images_build_rhel.yml +++ b/.github/workflows/images_build_rhel.yml @@ -252,7 +252,7 @@ jobs: buildah rm -a podman system prune --external podman system prune -a --volumes -f - podman system reset -f + podman system reset -f 2>/dev/null || true #rm -rf /home/podman/.local/share/containers/ echo "::endgroup::" @@ -397,7 +397,7 @@ jobs: buildah rm -a podman system prune --external podman system prune -a --volumes -f - podman system reset -f + podman system reset -f 2>/dev/null || true #rm -rf /home/podman/.local/share/containers/ echo "::endgroup::" @@ -602,7 +602,7 @@ jobs: buildah rm -a podman system prune --external podman system prune -a --volumes -f - podman system reset -f + podman system reset -f 2>/dev/null || true #rm -rf /home/podman/.local/share/containers/ echo "::endgroup::"