[sqlite3] syntax fix

This commit is contained in:
Mike Aizatsky 2016-09-20 19:41:50 -07:00 committed by GitHub
parent f37d2436a3
commit 984f46bfdb
1 changed files with 4 additions and 4 deletions

8
sqlite3/Jenkinsfile vendored
View File

@ -20,9 +20,9 @@ def libfuzzerBuild = fileLoader.fromGit('infra/libfuzzer-pipeline.groovy',
'master', null, '')
libfuzzerBuild {
# We can't use git. We need to use fossil.
# build.sh switches to fossil.
# The below is just a dummy.
# See: crbug.com/643224#c4
// We can't use git. We need to use fossil.
// build.sh switches to fossil.
// The below is just a dummy.
// See: crbug.com/643224#c4
git = "https://github.com/google/oss-fuzz"
}