Merge "Allow to consume projects without the openstack prefix"
This commit is contained in:
commit
98b91d9b25
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user