summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorFabio Papa <fabtheman@gmail.com>2019-03-12 16:27:26 +0000
committerRémy Coutable <remy@rymai.me>2019-03-12 16:27:26 +0000
commit91ebfcb6cc89531603c351f25ede5f197715bc82 (patch)
tree39fb93d45c253e6dfc0366f2d2802d49dfb67094 /lib
parent3754b406d4c2a587a54cc0ad5ccc23a60a2e641a (diff)
downloadgitlab-ce-91ebfcb6cc89531603c351f25ede5f197715bc82.tar.gz
Remove fake repository_path response
The repository_path is no longer needed since https://gitlab.com/gitlab-org/gitlab-shell/merge_requests/231, which closes https://gitlab.com/gitlab-org/gitlab-shell/issues/135.
Diffstat (limited to 'lib')
-rw-r--r--lib/api/internal.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/api/internal.rb b/lib/api/internal.rb
index 70b32f7d758..73fda55bac2 100644
--- a/lib/api/internal.rb
+++ b/lib/api/internal.rb
@@ -81,11 +81,6 @@ module API
gl_id: Gitlab::GlId.gl_id(user),
gl_username: user&.username,
git_config_options: [],
-
- # This repository_path is a bogus value but gitlab-shell still requires
- # its presence. https://gitlab.com/gitlab-org/gitlab-shell/issues/135
- repository_path: '/',
-
gitaly: gitaly_payload(params[:action])
}