Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix git installation path on CentOS 7 docker image (#33132)
When checking GHA logs of OS Compatibility build, I notice info log ``` The repository will be downloaded using the GitHub REST API To create a local Git repository instead, add Git 2.18 or higher to the PATH ``` suggesting that our self-compiled git is not being used. For some reason out git binary was installed in /usr/local/usr/local/bin/git. I removed the additional /usr/local prefix to install the binary in the correct directory. I also updated git to the latest version.
- Loading branch information