Commit 6390eb9f authored by Michal Čihař's avatar Michal Čihař

Do not check for push if validating

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 1a63bdfc
...@@ -1050,7 +1050,7 @@ class SubProject(models.Model, PercentMixin, URLMixin, PathMixin): ...@@ -1050,7 +1050,7 @@ class SubProject(models.Model, PercentMixin, URLMixin, PathMixin):
if self.is_repo_link: if self.is_repo_link:
return return
self.configure_repo(validate) self.configure_repo(validate)
self.commit_pending(None) self.commit_pending(None, skip_push=validate)
self.configure_branch() self.configure_branch()
self.update_branch() self.update_branch()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment