Update libfuzzer-pipeline.groovy

This commit is contained in:
Mike Aizatsky 2016-10-12 23:51:29 -07:00 committed by GitHub
parent a95f078832
commit 3ffffe55ad
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ def call(body) {
echo "Building $dockerTag"
// rm files with docker first to use the same user
sh "docker run --rm -v $workspace/out:/out ubuntu rm -rf /out/*"
sh "docker run --rm -v $workspace/out:/out ubuntu /bin/sh -c 'ls -al /out/ && rm -rf /out/* && ls -al /out/'"
sh "rm -rf $workspace/out"
sh "mkdir -p $workspace/out"