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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2017-12-21 20:32:08 +0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2018-01-03 21:13:32 +0300
commitfcb967ac672e224737f6e170693e45331eb4d636 (patch)
treeb0af32c29252d71858ea622839cf4a409a988f9e /app/models/concerns/storage
parent93eba91df9af083ea80b3b8ab01986efdeec43a0 (diff)
Write projects config to all projects inside namespace in batches
Diffstat (limited to 'app/models/concerns/storage')
-rw-r--r--app/models/concerns/storage/legacy_namespace.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/concerns/storage/legacy_namespace.rb b/app/models/concerns/storage/legacy_namespace.rb
index 22b9ef4e338..99dbd4fbacf 100644
--- a/app/models/concerns/storage/legacy_namespace.rb
+++ b/app/models/concerns/storage/legacy_namespace.rb
@@ -34,7 +34,7 @@ module Storage
# So we basically we mute exceptions in next actions
begin
send_update_instructions
- write_projects_full_path_config
+ write_projects_repository_config
true
rescue