bin/gitlab_gql: print merged yaml as yaml instead of a python dict
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26074>
This commit is contained in:

committed by
Marge Bot

parent
db6541a41a
commit
759b68bf66
@@ -536,7 +536,7 @@ def main():
|
||||
)
|
||||
|
||||
if args.print_merged_yaml:
|
||||
print(merged_yaml)
|
||||
print(yaml.dump(merged_yaml, indent=2))
|
||||
|
||||
if args.print_job_manifest:
|
||||
print_job_final_definition(
|
||||
|
Reference in New Issue
Block a user