[fix] forgot to set task as done

This commit is contained in:
Laurent Peuch 2018-07-12 04:58:57 +02:00
parent 08f94e45d1
commit b5ff6e241b

1
run.py
View file

@ -109,6 +109,7 @@ async def run_jobs():
await command.wait()
build_task.end_time = datetime.now()
build_task.state = "done"
build_task.save()
await broadcast({