Commit 7299f783 authored by Thong Kuah's avatar Thong Kuah

Merge branch 'rs-remove-ls-remote-flag' into 'master'

Default gitaly_ruby_remote_branches_ls_remote on

See merge request gitlab-org/gitlab!35781
parents fe1ad195 ea72cbc5
......@@ -29,7 +29,7 @@ module Projects
remote_mirror.ensure_remote!
# https://gitlab.com/gitlab-org/gitaly/-/issues/2670
if Feature.disabled?(:gitaly_ruby_remote_branches_ls_remote)
if Feature.disabled?(:gitaly_ruby_remote_branches_ls_remote, default_enabled: true)
repository.fetch_remote(remote_mirror.remote_name, ssh_auth: remote_mirror, no_tags: true)
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