Merge "Don't output cat file contents during reconfig" into feature/zuulv3

This commit is contained in:
Zuul 2017-09-26 20:42:02 +00:00 committed by Gerrit Code Review
commit 7d99b8fa3a
1 changed files with 1 additions and 1 deletions

View File

@ -1391,7 +1391,7 @@ class TenantParser(object):
if not job.updated:
raise Exception("Cat job %s failed" % (job,))
TenantParser.log.debug("Cat job %s got files %s" %
(job, job.files))
(job, job.files.keys()))
loaded = False
files = sorted(job.files.keys())
for conf_root in ['zuul.yaml', 'zuul.d', '.zuul.yaml', '.zuul.d']: