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 e1cc488 commit a476080Copy full SHA for a476080
packer/linux/conf/docker/cron.hourly/docker-low-disk-gc
@@ -33,7 +33,7 @@ if ! /usr/local/bin/bk-check-disk-space.sh ; then
33
docker builder prune --all --force --filter "until=${DOCKER_PRUNE_UNTIL}"
34
35
if ! /usr/local/bin/bk-check-disk-space.sh ; then
36
- echo "Disk health checks failed" >&2
+ echo "Disk health checks failed" >&2 && false
37
exit 1
38
fi
39
0 commit comments