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 a2e111b commit fa9c65aCopy full SHA for fa9c65a
ci/test/04_install.sh
@@ -43,6 +43,8 @@ if [ -z "$DANGER_RUN_CI_ON_HOST" ]; then
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
systemctl restart docker
46
+ echo "Prune all dangling images"
47
+ docker image prune --force
48
fi
49
50
# shellcheck disable=SC2086
0 commit comments