diff options
author | Sean McGivern <sean@mcgivern.me.uk> | 2017-07-05 13:43:45 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2017-07-05 13:43:45 +0000 |
commit | a18c90128e4d3eeae1233b1bc3c3998afd223c0d (patch) | |
tree | 0a89154fd6940eb658ecad4dc583bf6d77e18cee /bin/gitlab-shell | |
parent | 0a64624152735766c428d1532e434dd0bf5a9748 (diff) | |
parent | 9922f14fbeaad21ff52e36d75e6d2fa038940e4c (diff) | |
download | gitlab-shell-a18c90128e4d3eeae1233b1bc3c3998afd223c0d.tar.gz |
Merge branch 'sh-disable-rubygems' into 'master'
Disable RubyGems to increase performance
See merge request !141
Diffstat (limited to 'bin/gitlab-shell')
-rwxr-xr-x | bin/gitlab-shell | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gitlab-shell b/bin/gitlab-shell index 6ef572f..ed58a0a 100755 --- a/bin/gitlab-shell +++ b/bin/gitlab-shell @@ -1,4 +1,4 @@ -#!/usr/bin/env ruby +#!/usr/bin/env ruby --disable-gems unless ENV['SSH_CONNECTION'] puts "Only ssh allowed" |