Update libfuzzer-pipeline.groovy

This commit is contained in:
Mike Aizatsky 2016-10-12 23:41:50 -07:00 committed by GitHub
parent 2904464479
commit 1ef3a051a9
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ def call(body) {
def dockerTag = "ossfuzz/$projectName" def dockerTag = "ossfuzz/$projectName"
echo "Building $dockerTag" echo "Building $dockerTag"
sh "sudo rm -rf $workspace/out" sh "rm -rf $workspace/out"
sh "mkdir -p $workspace/out" sh "mkdir -p $workspace/out"
stage("docker image") { stage("docker image") {