mirror of https://github.com/google/oss-fuzz.git
Update Jenkinsfile
This commit is contained in:
parent
286e3d8e0a
commit
e0cf900bee
|
@ -23,5 +23,6 @@ node {
|
|||
stage name: 'Cleanup Images', concurrency: 1
|
||||
sh "docker rmi \$(docker images -q -f dangling=true) || true"
|
||||
|
||||
sh "docker info"
|
||||
sh "df -h"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue