mirror of https://github.com/google/oss-fuzz.git
[infra] missing ,
This commit is contained in:
parent
da4ce50ee9
commit
3ffd9ebc91
|
@ -62,7 +62,7 @@ def call(body) {
|
|||
}
|
||||
|
||||
def revText = groovy.json.JsonOutput.toJson(revs)
|
||||
writeFile file: "$wsPwd/${sanitizer}.rev" text: revText
|
||||
writeFile file: "$wsPwd/${sanitizer}.rev", text: revText
|
||||
echo "revisions: $revText"
|
||||
|
||||
if (dockerContextDir == null) {
|
||||
|
|
Loading…
Reference in New Issue