Commit 8ad0887a authored by Thong Kuah's avatar Thong Kuah

Force configuration to always recreate

parent d9b5fe35
...@@ -265,7 +265,7 @@ module TestEnv ...@@ -265,7 +265,7 @@ module TestEnv
def setup_workhorse def setup_workhorse
# Always rebuild the config file # Always rebuild the config file
if skip_compile_workhorse? if skip_compile_workhorse?
Gitlab::SetupHelper::Workhorse.create_configuration(workhorse_dir, nil) Gitlab::SetupHelper::Workhorse.create_configuration(workhorse_dir, nil, force: true)
return return
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment