summaryrefslogtreecommitdiff
path: root/lib/gitlab/shell.rb
diff options
context:
space:
mode:
authorAlejandro Rodríguez <alejorro70@gmail.com>2018-09-03 17:20:57 -0300
committerAlejandro Rodríguez <alejorro70@gmail.com>2018-09-12 12:32:32 -0300
commitd3c5b07962127be3b29e4602eef51abcb4c2c7b8 (patch)
tree529788aa536ca73777a939483717eba73a9be2ea /lib/gitlab/shell.rb
parenta2be6536e9cd92f1fb3d842020136ca165fe9748 (diff)
downloadgitlab-ce-d3c5b07962127be3b29e4602eef51abcb4c2c7b8.tar.gz
Remove Rugged and shell code from Gitlab::Git
Diffstat (limited to 'lib/gitlab/shell.rb')
-rw-r--r--lib/gitlab/shell.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/gitlab/shell.rb b/lib/gitlab/shell.rb
index a17cd27e82d..c8fa50757f6 100644
--- a/lib/gitlab/shell.rb
+++ b/lib/gitlab/shell.rb
@@ -368,15 +368,6 @@ module Gitlab
private
- def gitlab_projects(shard_name, disk_path)
- Gitlab::Git::GitlabProjects.new(
- shard_name,
- disk_path,
- global_hooks_path: Gitlab.config.gitlab_shell.hooks_path,
- logger: Rails.logger
- )
- end
-
def gitlab_shell_fast_execute(cmd)
output, status = gitlab_shell_fast_execute_helper(cmd)