Skip to content

Commit a476080

Browse files
committed
Trigger the ERR trap
1 parent e1cc488 commit a476080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packer/linux/conf/docker/cron.hourly/docker-low-disk-gc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if ! /usr/local/bin/bk-check-disk-space.sh ; then
3333
docker builder prune --all --force --filter "until=${DOCKER_PRUNE_UNTIL}"
3434

3535
if ! /usr/local/bin/bk-check-disk-space.sh ; then
36-
echo "Disk health checks failed" >&2
36+
echo "Disk health checks failed" >&2 && false
3737
exit 1
3838
fi
3939
fi

0 commit comments

Comments
 (0)