mirror of https://github.com/google/oss-fuzz.git
[infra] running df -h after docker cleanup
This commit is contained in:
parent
960e448f9f
commit
c8c0221867
|
@ -22,4 +22,6 @@ node {
|
|||
|
||||
stage name: 'Cleanup Images', concurrency: 1
|
||||
sh "docker rmi \$(docker images -q -f dangling=true) || true"
|
||||
|
||||
sh "df -h"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue