Merge pull request #2028 from coreos-inc/spell-fix
Fix typo in build server enum
This commit is contained in:
commit
845d1795a3
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ class BuilderServer(object):
|
||||||
|
|
||||||
if update_phase:
|
if update_phase:
|
||||||
status_handler = StatusHandler(self._build_logs, build_job.repo_build.uuid)
|
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
|
self._job_count = self._job_count - 1
|
||||||
|
|
||||||
|
|
Reference in a new issue