diff options
author | Stan Hu <stanhu@gmail.com> | 2017-07-04 06:40:44 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2017-07-04 06:40:44 -0700 |
commit | 9922f14fbeaad21ff52e36d75e6d2fa038940e4c (patch) | |
tree | 0a89154fd6940eb658ecad4dc583bf6d77e18cee /hooks/post-receive | |
parent | 0944ebab55c536dce1f0a5decba251e1414e3de0 (diff) | |
download | gitlab-shell-9922f14fbeaad21ff52e36d75e6d2fa038940e4c.tar.gz |
Disable Rubygems in hooks toosh-disable-rubygems
Diffstat (limited to 'hooks/post-receive')
-rwxr-xr-x | hooks/post-receive | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/post-receive b/hooks/post-receive index 3504a48..70e9ebc 100755 --- a/hooks/post-receive +++ b/hooks/post-receive @@ -1,4 +1,4 @@ -#!/usr/bin/env ruby +#!/usr/bin/env ruby --disable-gems # This file was placed here by GitLab. It makes sure that your pushed commits # will be processed properly. |