mirror of https://github.com/google/oss-fuzz.git
Update Jenkinsfile
This commit is contained in:
parent
08dec83430
commit
14a4902418
|
@ -24,7 +24,7 @@ node {
|
||||||
sh "docker rmi \$(docker images -q -f dangling=true) || true"
|
sh "docker rmi \$(docker images -q -f dangling=true) || true"
|
||||||
|
|
||||||
stage name: 'volumes', concurrency: 1
|
stage name: 'volumes', concurrency: 1
|
||||||
sh "docker volume rm $(docker volume ls -qf dangling=true) || true"
|
sh "docker volume rm \$(docker volume ls -qf dangling=true) || true"
|
||||||
|
|
||||||
stage name: 'info', concurrency: 1
|
stage name: 'info', concurrency: 1
|
||||||
sh "docker info"
|
sh "docker info"
|
||||||
|
|
Loading…
Reference in New Issue