mirror of https://github.com/google/oss-fuzz.git
Update Jenkinsfile
This commit is contained in:
parent
421cd94928
commit
7bd88e8ce0
|
@ -23,7 +23,5 @@ node {
|
|||
stage name: 'Cleanup Images', concurrency: 1
|
||||
sh "docker rmi \$(docker images -q -f dangling=true) || true"
|
||||
|
||||
// Show docker images tree
|
||||
sh "docker run --rm -v /var/run/docker.sock:/var/run/docker.sock nate/dockviz images -t"
|
||||
sh "df -h"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue