Allow to consume projects without the openstack prefix
Change-Id: Idbf382d83a9af05b17b8def7154c7390b6a7a5b0
This commit is contained in:
parent
36741c7447
commit
9c4f3c4303
@ -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