Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update release docs to work around file watcher race condition. (pant…
…sbuild#21081) The start_release.py script modifies workspace files, and so will race with the file watcher to complete before being killed and restarted. And since the process is not idempotent (e.g., it creates a local git branch) that restarted process can fail.
- Loading branch information