diff options
author | James Lopez <james@jameslopez.es> | 2018-07-31 09:45:48 +0200 |
---|---|---|
committer | James Lopez <james@jameslopez.es> | 2018-08-01 07:51:05 +0200 |
commit | 72888f59a57084a7dab49b3b67bc8622db34777f (patch) | |
tree | 81bbd88ba6e3a47361acf32a5756e5e8ec5071e0 /lib | |
parent | 4304099c3fee2382aa10a0edb57d932779b83cc9 (diff) | |
download | gitlab-shell-72888f59a57084a7dab49b3b67bc8622db34777f.tar.gz |
update gitlab shell to remove git_protocol env var
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') |