Merge "Ensure env-vars are strings in config validate"

This commit is contained in:
Jenkins 2017-01-31 12:24:06 +00:00 committed by Gerrit Code Review
commit 404be71e92
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ class ConfigValidator:
'formats': [str],
'release': v.Any(str, int),
'rebuild-age': int,
'env-vars': dict,
'env-vars': {str: str},
}
top_level = {