mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 15:35:46 +07:00
[FIX] runbot: avoid hook_time update on builders
This commit is contained in:
parent
ea5feb114a
commit
2f7c752793
@ -7,7 +7,7 @@ _logger = logging.getLogger(__name__)
|
||||
class BuilderClient(RunbotClient):
|
||||
|
||||
def on_start(self):
|
||||
self.env['runbot.repo'].search([('mode', '!=', 'disabled')])._update()
|
||||
self.env['runbot.repo'].search([('mode', '!=', 'disabled')])._update(force=True)
|
||||
|
||||
def loop_turn(self):
|
||||
if self.count == 1: # cleanup at second iteration
|
||||
|
Loading…
Reference in New Issue
Block a user