mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[FIX] runbot: fix result when make_result crash
This commit is contained in:
parent
2de144d299
commit
c4837641cc
@ -577,7 +577,7 @@ class runbot_build(models.Model):
|
||||
except:
|
||||
_logger.exception('An error occured while computing results')
|
||||
build._log('_make_results', 'An error occured while computing results', level='ERROR')
|
||||
results = {'local_state': 'ko'}
|
||||
results = {'local_result': 'ko'}
|
||||
build_values.update(results)
|
||||
|
||||
# Non running build in
|
||||
|
Loading…
Reference in New Issue
Block a user