You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/bin/sh: 1: cd: can't cd to /tmp/readthdocs_user_builds/sphinx-notfound-page/checkouts/latest
This is because we are creating some directories from the Host and using them from the Container. Example when syncing a repository. All of these directories should be created by calling environment.run(f'mkdir {self.project.doc_path}') (or similar) instead. This way, it will be created locally or inside the container itself.
We shouldn't require this anymore now that we are running the
git
commands inside the Docker container.This mount could probably removed completely: https://github.com/readthedocs/common/blob/master/dockerfiles/docker-compose.yml#L110
Allows to avoid
VersionLocked
exception when working locally with multiple builders (--scale-build 5
).The text was updated successfully, but these errors were encountered: