Skip to content

Commit 83caf8f

Browse files
committed
Hotfix not building stable versions until we fix recursion
1 parent cf071ed commit 83caf8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readthedocs/restapi/views/model_views.py

+1
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ def sync_versions(self, request, **kwargs): # noqa: D205
183183
)
184184

185185
promoted_version = project.update_stable_version()
186+
promoted_version = None # Stop building of stable versions for now
186187
if promoted_version:
187188
new_stable = project.get_stable_version()
188189
log.info(

0 commit comments

Comments
 (0)