Skip to content

Unset BUNDLE_GEMFILE when installing Gitaly

What does this MR do?

Change environment variables for Gitaly's make in the installation rake task.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

rake gitlab:gitaly:install was indirectly running bundle install for gitlab itself, instead of Gitaly's /ruby directory.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Merge request reports