Update Jenkinsfile

This commit is contained in:
Mike Aizatsky 2016-10-14 16:32:00 -07:00 committed by GitHub
parent 3ee3e4e520
commit 8f8e21ace3
1 changed files with 1 additions and 1 deletions

2
tpm2/Jenkinsfile vendored
View File

@ -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/"
}