Gitaly Comparison tests: discover Gitaly and Git paths
In our CI image, the `gitaly` executable sits right at the top. Moving it back there was an actual choice of ours that we could have reverted, but it feels actually right for the Gitaly home directory in the CI image not to be necessarily a source checkout or carry build intermediate results (to keep it slim). For better flexibility, we introduce a simple discovery that can take care of both. Also, in CI, we have `/usr/local/bin/git`, with the right version: no reason to use the one that Gitaly can build.
Loading
Please register or sign in to comment