From 379e92bdf70bbcd23ca0b8c6fe6cbfabebda2df9 Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Mon, 10 Oct 2016 13:24:18 -0700 Subject: [PATCH] Update libfuzzer-pipeline.groovy --- infra/libfuzzer-pipeline.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/libfuzzer-pipeline.groovy b/infra/libfuzzer-pipeline.groovy index 8b12ef830..61efc08bb 100644 --- a/infra/libfuzzer-pipeline.groovy +++ b/infra/libfuzzer-pipeline.groovy @@ -38,6 +38,7 @@ def call(body) { node { def workspace = pwd() + def revisions = [:] def dockerTag = "ossfuzz/$projectName" echo "Building $dockerTag" @@ -66,7 +67,6 @@ def call(body) { dir(sanitizer) { stage name: "$sanitizer sanitizer" def out = "$workspace/out/$sanitizer" - def revisions = [:] def revText = groovy.json.JsonOutput.toJson(revisions) writeFile file: "$wsPwd/${sanitizer}.rev", text: revText