Use absolute path to Git executable in CI build scripts?
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
This would make the shell executor a little more robust. In the build script, instead of git clone 123, write /path/to/git clone 123. Suggested by @dscho1.
The CI runner could fetch the Git path before the build (and NOT in the build directory) with git --exec-path.
Edited by 🤖 GitLab Bot 🤖