[FIX] runbot: oversight of a repo arg not needed anymore

This commit is contained in:
Christophe Monniez 2019-05-20 11:23:27 +02:00
parent 427639b77a
commit d55a71d675

View File

@ -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):