diff --git a/src/find_job_boot.cr b/src/find_job_boot.cr index 550f9221fffff6295376ac67071d75695d382bc5..667d0a59bb44c28d425f348b712a4ce3da331575 100644 --- a/src/find_job_boot.cr +++ b/src/find_job_boot.cr @@ -12,8 +12,8 @@ class Sched unless job.testbox =~ /^(dc|vm)/ setup_serial_console_for_host job.testbox end - job.set_tbox_info(hostreq) job.settle_job_fields + job.set_tbox_info(hostreq) change_job_stage(job, "dispatch", nil) save_job_files(job, Kemal.config.public_folder) @hosts_cache.update_job_info(job)