[infra] nit

This commit is contained in:
Mike Aizatsky 2016-12-29 14:36:32 -08:00 committed by GitHub
parent 99b0ab2e5f
commit 25bec26fe4
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ def call(body) {
def dockerTag = "ossfuzz/$projectName"
def date = java.time.format.DateTimeFormatter.ofPattern("yyyyMMddHHmm")
.format(ZonedDateTime.now(ZoneOffset.UTC))
.format(java.time.ZonedDateTime.now(ZoneOffset.UTC))
node {
def workspace = pwd()