Update libfuzzer-pipeline.groovy

This commit is contained in:
Mike Aizatsky 2016-10-12 23:50:06 -07:00 committed by GitHub
parent 35cd89901b
commit 8d9cc2578e
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ def call(body) {
def dockerTag = "ossfuzz/$projectName"
echo "Building $dockerTag"
# rm files with docker first to use the same user
// rm files with docker first to use the same user
sh "docker run --rm -ti -v $workspace/out:/out ubuntu rm -rf /out/*"
sh "rm -rf $workspace/out"
sh "mkdir -p $workspace/out"