Welcome to mirror list, hosted at ThFree Co, Russian Federation.

8_gitaly.rb « initializers « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d7b5bfbc2698499854e2269de046392b363c0967 (plain)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

require 'uri'

Gitlab.config.repositories.storages.keys.each do |storage|
  # Force validation of each address
  Gitlab::GitalyClient.address(storage)
end