diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-14 14:02:18 +0200 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-14 14:02:18 +0200 |
| commit | 12331a552b5921d6d212db774360a8f154fbffb0 (patch) | |
| tree | dbcd2ec80f1ec70a5e92ba97bdcf5ae743da489c /hooks/update | |
| parent | ba68af63031a396df644807e1a428b5364f457da (diff) | |
| download | gitlab-shell-12331a552b5921d6d212db774360a8f154fbffb0.tar.gz | |
Use update hook to add post event to redis. Use GL_ID instead of GL_USER
Diffstat (limited to 'hooks/update')
| -rwxr-xr-x | hooks/update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/update b/hooks/update index f483cc0..39ea196 100755 --- a/hooks/update +++ b/hooks/update @@ -4,7 +4,7 @@ # will be processed properly. refname = ARGV[0] -key_id = ENV['GL_USER'] +key_id = ENV['GL_ID'] repo_path = `pwd` require_relative '../lib/gitlab_update' |
