mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[FIX] runbot: add missing repo parameter
This commit is contained in:
parent
e323aa888d
commit
e5420f7a3a
@ -512,7 +512,7 @@ class runbot_build(models.Model):
|
||||
'%s match branch %s of %s' % (build_dependency.match_type, closest_name, repo.name)
|
||||
)
|
||||
if not repo._hash_exists(latest_commit):
|
||||
repo._update(force=True)
|
||||
repo._update(repo, force=True)
|
||||
if not repo._hash_exists(latest_commit):
|
||||
repo._git(['fetch', 'origin', latest_commit])
|
||||
if not repo._hash_exists(latest_commit):
|
||||
|
Loading…
Reference in New Issue
Block a user