RHEL build test

This commit is contained in:
Alexey Pustovalov 2024-02-15 05:19:21 +09:00
parent cb3700fe76
commit 1905bea214

View File

@ -253,6 +253,7 @@ jobs:
podman system prune --external
podman system prune -a --volumes
podman system reset -f
rm -rf /home/podman/.local/share/containers/
echo "::endgroup::"
build_base_database:
@ -397,6 +398,7 @@ jobs:
podman system prune --external
podman system prune -a --volumes
podman system reset -f
rm -rf /home/podman/.local/share/containers/
echo "::endgroup::"
build_images:
@ -601,6 +603,7 @@ jobs:
podman system prune --external
podman system prune -a --volumes
podman system reset -f
rm -rf /home/podman/.local/share/containers/
echo "::endgroup::"
clean_artifacts: