From 8f8e21ace3b2e35d4f3e29c5a0c137e09bd84347 Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Fri, 14 Oct 2016 16:32:00 -0700 Subject: [PATCH] Update Jenkinsfile --- tpm2/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tpm2/Jenkinsfile b/tpm2/Jenkinsfile index 79d691633..deb8716a3 100644 --- a/tpm2/Jenkinsfile +++ b/tpm2/Jenkinsfile @@ -20,7 +20,7 @@ def libfuzzerBuild = fileLoader.fromGit( libfuzzerBuild { git = "https://chromium.googlesource.com/chromiumos/third_party/tpm2/" - # tpm2/ will contain checkout + // tpm2/ will contain checkout dockerfile = "tpm2/fuzz/Dockerfile" dockerContextDir = "tpm2/" }