mirror of https://github.com/google/oss-fuzz.git
Update libfuzzer-pipeline.groovy
This commit is contained in:
parent
a95f078832
commit
3ffffe55ad
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue