Update libfuzzer-pipeline.groovy

This commit is contained in:
Mike Aizatsky 2016-10-12 23:41:19 -07:00 committed by GitHub
parent c69f279169
commit 2904464479
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"
sh "rm -rf $workspace/out"
sh "sudo rm -rf $workspace/out"
sh "mkdir -p $workspace/out"
stage("docker image") {