Skip to content

Commit

Permalink
Merge pull request #4105 from rtfd/humitos/build/set-valid-clone
Browse files Browse the repository at this point in the history
Set valid clone in project instance inside the version object also
  • Loading branch information
ericholscher committed May 18, 2018
2 parents 39fb032 + 3f18164 commit f3dd58b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readthedocs/projects/tasks.py
Expand Up @@ -534,6 +534,7 @@ def set_valid_clone(self):
project_data['has_valid_clone'] = True
api_v2.project(self.project.pk).put(project_data)
self.project.has_valid_clone = True
self.version.project.has_valid_clone = True

def update_documentation_type(self):
"""
Expand Down

0 comments on commit f3dd58b

Please sign in to comment.