commit | 6e70bcc4c4c81c78807ed813771e5b705ae4a32c | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Wed Apr 19 22:43:10 2017 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Wed Apr 19 22:43:10 2017 +0000 |
tree | ad2fdd37e0bf471e34e38d95d59ecf77812ba5ed | |
parent | 1539b5d470461052c3d4116493695a63819ba627 [diff] | |
parent | 86073d32f46295d3480e3f2598056f2d1deef218 [diff] |
Merge "Remove source from pipelines (2/2)" into feature/zuulv3
diff --git a/zuul/configloader.py b/zuul/configloader.py index d8bd247..9ef33ea 100644 --- a/zuul/configloader.py +++ b/zuul/configloader.py
@@ -238,7 +238,7 @@ 'tags': to_list(str), 'branches': to_list(str), 'files': to_list(str), - 'auth': to_list(auth), + 'auth': auth, 'irrelevant-files': to_list(str), 'nodes': vs.Any([node], str), 'timeout': int,