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:
Christian Kellner 2020-09-18 17:41:40 +02:00
parent 825584966e
commit 807a4937ee

View file

@ -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