Ensure Gitaly gems are installed under vendor/gitaly-ruby
What does this MR do?
It fixes two things:
-
$BUNDLE_APP_CONFIG
must point to a folder where theconfig
file will be used (i.e. it should point to this file directly) - It seems the
$BUNDLE_FLAGS
env variable isn't taken in account anymore.
We can see that the Gitaly gems are installed at the correct location now: https://gitlab.com/gitlab-org/gitlab/-/jobs/1142630912#L753
Edited by Rémy Coutable