diff options
Diffstat (limited to 'lib/backup/repository.rb')
-rw-r--r-- | lib/backup/repository.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/backup/repository.rb b/lib/backup/repository.rb index 74b9e0205a4..02897a11fac 100644 --- a/lib/backup/repository.rb +++ b/lib/backup/repository.rb @@ -147,13 +147,6 @@ module Backup progress.puts "Error #{e}".color(:red) end end - - gitaly_migrate(:create_hooks) do |is_enabled| - # TODO: Need to find a way to do this for gitaly - unless is_enabled - Gitlab::Git::Repository.create_hooks(path_to_project_repo, Gitlab.config.gitlab_shell.hooks_path) - end - end end end # rubocop:enable Metrics/AbcSize |