Commit 750dda13 authored by Michal Čihař's avatar Michal Čihař

Syncing of repo not needed when using linked project (issue #48)

parent dfcb4cf2
......@@ -539,6 +539,8 @@ class SubProject(models.Model):
'''
Brings git repo in sync with current model.
'''
if self.is_repo_link():
return
self.configure_repo(validate)
self.configure_branch()
self.commit_pending()
......
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