Merge branch '5447-geo-use-git-clone-for-first-sync-instead-of-git-fetch' into 'master'
Geo: Use `git clone` for first sync instead of `git fetch` See merge request gitlab-org/gitlab!77143
Showing
... | @@ -481,7 +481,7 @@ gem 'ssh_data', '~> 1.2' | ... | @@ -481,7 +481,7 @@ gem 'ssh_data', '~> 1.2' |
gem 'spamcheck', '~> 0.1.0' | gem 'spamcheck', '~> 0.1.0' | ||
# Gitaly GRPC protocol definitions | # Gitaly GRPC protocol definitions | ||
gem 'gitaly', '~> 14.9.0.pre.rc4' | gem 'gitaly', '~> 14.9.0-rc5' | ||
# KAS GRPC protocol definitions | # KAS GRPC protocol definitions | ||
gem 'kas-grpc', '~> 0.0.2' | gem 'kas-grpc', '~> 0.0.2' | ||
... | ... |
Please register or sign in to comment