diff options
Diffstat (limited to 'hooks/update')
-rwxr-xr-x | hooks/update | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hooks/update b/hooks/update index 39ea196..549afeb 100755 --- a/hooks/update +++ b/hooks/update @@ -2,6 +2,7 @@ # This file was placed here by GitLab. It makes sure that your pushed commits # will be processed properly. +# You can add your own hooks to this file, but be careful when updating gitlab-shell! refname = ARGV[0] key_id = ENV['GL_ID'] |