builder: remove status member from result dict
Now that an error is thrown for failing builds, the status will always be "success" and thus is redundant.
This commit is contained in:
parent
825584966e
commit
807a4937ee
1 changed files with 0 additions and 1 deletions
|
|
@ -326,7 +326,6 @@ class OSBuildImage(BaseTaskHandler):
|
|||
raise koji.BuildError(f"Compose failed (id: {cid})")
|
||||
|
||||
result = {
|
||||
"status": status.status,
|
||||
"composer": {
|
||||
"server": self.composer_url,
|
||||
"id": cid
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue