Skip to content

Commit 7f1357d

Browse files
MarcoFalkefanquake
authored andcommitted
ci: Use podman for persistent workers
Github-Pull: #27777 Rebased-From: fa12307
1 parent 0db69a3 commit 7f1357d

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
@@ -31,7 +31,7 @@ if [ -z "$DANGER_RUN_CI_ON_HOST" ]; then
3131

3232
if [ -n "${RESTART_CI_DOCKER_BEFORE_RUN}" ] ; then
3333
echo "Restart docker before run to stop and clear all containers started with --rm"
34-
systemctl restart docker
34+
podman container kill --all # Similar to "systemctl restart docker"
3535
echo "Prune all dangling images"
3636
docker image prune --force
3737
fi

0 commit comments

Comments
 (0)