We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a36134f commit faaa627Copy full SHA for faaa627
ci/test/04_install.sh
@@ -42,7 +42,7 @@ if [ -z "$DANGER_RUN_CI_ON_HOST" ]; then
42
43
if [ -n "${RESTART_CI_DOCKER_BEFORE_RUN}" ] ; then
44
echo "Restart docker before run to stop and clear all containers started with --rm"
45
- podman container kill --all # Similar to "systemctl restart docker"
+ podman container stop --all # Similar to "systemctl restart docker"
46
echo "Prune all dangling images"
47
docker image prune --force
48
fi
0 commit comments