disabling docker cleanup for a while

This commit is contained in:
Mike Aizatsky 2016-07-20 15:09:52 -07:00
parent 1d0da0ad89
commit 6de229ba12
1 changed files with 2 additions and 2 deletions

View File

@ -24,5 +24,5 @@ sh "docker build $dockerOptions -t libfuzzer/base-clang infra/images/base-clang"
sh "docker build $dockerOptions -t libfuzzer/base-fuzzer infra/images/base-fuzzer"
// cleanup stale docker images
sh "docker rm $(docker ps -a -q) || true"
sh "docker rmi $(docker images -q -f dangling=true) || true"
// sh "docker rm $(docker ps -a -q) || true"
// sh "docker rmi $(docker images -q -f dangling=true) || true"