Skip to content

Commit de56daa

Browse files
MarcoFalkefanquake
authored andcommitted
ci: Use podman for persistent workers
Github-Pull: #27777 Rebased-From: fa12307
1 parent 71f626e commit de56daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test/04_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ if [ -z "$DANGER_RUN_CI_ON_HOST" ]; then
4040

4141
if [ -n "${RESTART_CI_DOCKER_BEFORE_RUN}" ] ; then
4242
echo "Restart docker before run to stop and clear all containers started with --rm"
43-
systemctl restart docker
43+
podman container kill --all # Similar to "systemctl restart docker"
4444
echo "Prune all dangling images"
4545
docker image prune --force
4646
fi

0 commit comments

Comments
 (0)