Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use --no-cone in pipeline sparse checkout script (#3606)
The latest update to git 2.37.0 adds cone and non-cone mode options [explanation](https://github.blog/2022-06-27-highlights-from-git-2-37/#tidbits). In code mode, our previously used sparse checkout pattern filtering does not work, as the command expects directories instead. This PR updates our sparse checkout command to set `--no-cone` for no cone mode.
- Loading branch information