Fix typo in build server enum
This commit is contained in:
parent
46bc703488
commit
754f1ac07b
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ class BuilderServer(object):
|
|||
|
||||
if update_phase:
|
||||
status_handler = StatusHandler(self._build_logs, build_job.repo_build.uuid)
|
||||
status_handler.set_phase(RESULT_PHASE[job_status])
|
||||
status_handler.set_phase(RESULT_PHASES[job_status])
|
||||
|
||||
self._job_count = self._job_count - 1
|
||||
|
||||
|
|
Reference in a new issue