diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gitlab_shell.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gitlab_shell.rb b/lib/gitlab_shell.rb index 59aaa89..39dabe9 100644 --- a/lib/gitlab_shell.rb +++ b/lib/gitlab_shell.rb @@ -180,7 +180,6 @@ class GitlabShell # rubocop:disable Metrics/ClassLength 'GL_ID' => @gl_id, 'GL_PROTOCOL' => GL_PROTOCOL, 'GL_REPOSITORY' => @gl_repository, - 'GIT_PROTOCOL' => @git_protocol, 'GL_USERNAME' => @username } if @gitaly && @gitaly.include?('token') |