mirror of
https://github.com/odoo/runbot.git
synced 2025-03-16 07:55:45 +07:00
[FIX] runbot: fix typo
kill -> _kill
This commit is contained in:
parent
0efd3fde1d
commit
2e5b1cb240
@ -714,7 +714,7 @@ class runbot_build(models.Model):
|
||||
exports[build_export_path] = commit.export()
|
||||
except HashMissingException:
|
||||
self._log('_checkout', "Commit %s is unreachable. Did you force push the branch since build creation?" % commit, level='ERROR')
|
||||
self.kill(result='ko')
|
||||
self._kill(result='ko')
|
||||
return exports
|
||||
|
||||
def _get_modules_to_test(self, commits=None):
|
||||
|
Loading…
Reference in New Issue
Block a user