Skip to content

Commit d87e21f

Browse files
committed
Don't pass build to environment when doing a sync
We don't record this step, so we don't have a `build`
1 parent e9581dc commit d87e21f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

readthedocs/projects/tasks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ def run(self, version_pk): # pylint: disable=arguments-differ
243243
environment = LocalBuildEnvironment(
244244
project=self.project,
245245
version=self.version,
246-
build=self.build,
247246
record=False,
248247
update_on_success=False,
249248
)

0 commit comments

Comments
 (0)