Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CI] Fix Windows Wheel flaky build caused by ', using heredoc in refr…
…eshenv. (ray-project#29903) See ray-project#29878 and ray-project#29717 for context. TL;DR there is a script which exports environment variables present in powershell to bash, but it fails to handle cases where environment variable values contain single quotes. This causes the Windows Wheels build to fail whenever an environment variable value contains a single quote, particularly when the commit message has a single quote (common!). I fixed it by exporting the variables using bash heredocs which are more robust against arbitrary input values. Signed-off-by: Cade Daniel <[email protected]>
- Loading branch information