chore: Shorten the output on status_text
continuous-integration/drone/push Build is failing Details

pull/98/head
Inex Code 2024-02-12 18:54:32 +03:00
parent c851c3d193
commit 1a34558e23
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ def rebuild_system_task(job: Job, upgrade: bool = False):
Jobs.update(
job=job,
status=JobStatus.RUNNING,
status_text=f"Rebuilding the system... Latest log line: {log_line}",
status_text=f"{log_line}",
)
# Timeout of 60 minutes
if time.time() - start_time > 3600: