mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[FIX] runbot: fix wake_up
This commit is contained in:
parent
435ac449f5
commit
269e59538e
@ -687,7 +687,7 @@ class BuildResult(models.Model):
|
||||
run_step = step_ids[-1]
|
||||
else:
|
||||
run_step = self.env.ref('runbot.runbot_build_config_step_run')
|
||||
run_step._run_step(build, log_path, force=True)()
|
||||
run_step._run_step(build, force=True)()
|
||||
# reload_nginx will be triggered by _run_run_odoo
|
||||
except Exception:
|
||||
_logger.exception('Failed to wake up build %s', build.dest)
|
||||
|
Loading…
Reference in New Issue
Block a user