diff options
Diffstat (limited to 'hooks')
-rwxr-xr-x | hooks/post-receive | 4 | ||||
-rwxr-xr-x | hooks/update | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/hooks/post-receive b/hooks/post-receive index acb1e40..98fe81b 100755 --- a/hooks/post-receive +++ b/hooks/post-receive @@ -1,6 +1,4 @@ #!/usr/bin/env ruby # This file was placed here by GitLab. -# IT IS DEPRECATED NOW. -# All GitLab logic handled by update hook - +# You can put your own hook here, but be careful when updating gitlab-shell! 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'] |