Merge "Allow to consume projects without the openstack prefix"

This commit is contained in:
Zuul 2020-10-19 16:25:29 +00:00 committed by Gerrit Code Review
commit 98b91d9b25

View File

@ -222,6 +222,7 @@ def main():
output = [] output = []
for repo in args.repos: for repo in args.repos:
repo = f'openstack/{repo}' if 'openstack/' not in repo else repo
current = { current = {
'repo': repo, 'repo': repo,
'branch': args.branch, 'branch': args.branch,