mirror of
https://github.com/odoo/runbot.git
synced 2025-03-16 16:05:42 +07:00
[FIX] runbot: oversight of a repo arg not needed anymore
This commit is contained in:
parent
427639b77a
commit
d55a71d675
@ -668,7 +668,7 @@ class runbot_build(models.Model):
|
||||
)
|
||||
|
||||
if not repo._hash_exists(latest_commit):
|
||||
repo._update(repo, force=True)
|
||||
repo._update(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