mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
[fix] forgot to set task as done
This commit is contained in:
parent
08f94e45d1
commit
b5ff6e241b
1 changed files with 1 additions and 0 deletions
1
run.py
1
run.py
|
@ -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({
|
||||
|
|
Loading…
Add table
Reference in a new issue