Skip to content

Commit 525d69a

Browse files
committed
bk: skip removing images from hook
Signed-off-by: Ivo Jimenez <ivo.jimenez@gmail.com>
1 parent c24785b commit 525d69a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.buildkite/hooks/post-checkout

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ for id in $(docker ps --quiet); do
1414
docker kill $id
1515
done
1616

17-
docker system prune --all --volumes --force
17+
docker container prune --force
18+
docker volume prune --force
19+
docker network prune --force

0 commit comments

Comments
 (0)