osbuild: print tree id and output id also in non-json mode
This commit is contained in:
parent
3e57f13380
commit
f9b2da9ad3
1 changed files with 3 additions and 0 deletions
|
|
@ -56,6 +56,9 @@ def main():
|
|||
"output_id": pipeline.output_id,
|
||||
}, sys.stdout)
|
||||
sys.stdout.write("\n")
|
||||
else:
|
||||
print("tree id:", pipeline.tree_id)
|
||||
print("output id:", pipeline.output_id)
|
||||
|
||||
return 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue