Merge "Allow to consume projects without the openstack prefix"
This commit is contained in:
commit
98b91d9b25
@ -222,6 +222,7 @@ def main():
|
||||
output = []
|
||||
|
||||
for repo in args.repos:
|
||||
repo = f'openstack/{repo}' if 'openstack/' not in repo else repo
|
||||
current = {
|
||||
'repo': repo,
|
||||
'branch': args.branch,
|
||||
|
Loading…
Reference in New Issue
Block a user