diff --git a/runbot/models/build.py b/runbot/models/build.py index 1d28613b..46b8e10c 100644 --- a/runbot/models/build.py +++ b/runbot/models/build.py @@ -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):