mirror of https://github.com/google/oss-fuzz.git
disabling docker cleanup for a while
This commit is contained in:
parent
1d0da0ad89
commit
6de229ba12
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue