Skip to content
Snippets Groups Projects
Commit 6a29d3a4 authored by Rémy Coutable's avatar Rémy Coutable
Browse files

Ensure we run installation Rake tasks in a clean env in TestEnv


If we call `system('rake', 'taks_name')`, `ENV['RUBYOPT']` is set to
`'-rbundler/setup'` but some tasks (e.g. `gitlab:gitaly:install` need
a clean env since they install their own Gem bundle.

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 88958e5a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment