Merge "Add ability to set lock file in config"

This commit is contained in:
Zuul 2018-11-19 16:58:46 +00:00 committed by Gerrit Code Review
commit c20fef1dec
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ class ConfigSchema(object):
v.Required('git-root'): str,
'git-url': str,
'log-file': str,
'lock-file': str,
'socket': str,
'auth-type': v.Any('basic', 'digest', 'form'),
}