diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-04-06 12:41:38 +0200 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-04-06 13:10:10 +0200 |
commit | e8403e8bb7c5c9109af83a183943d5361ad1409b (patch) | |
tree | 0fe3e73b6695816c3ce0a8f01f9fb8cac29a1a9f /lib/gitlab_post_receive.rb | |
parent | f64e5d4a075479846f2e18bb34b84eb26d180f57 (diff) | |
download | gitlab-shell-e8403e8bb7c5c9109af83a183943d5361ad1409b.tar.gz |
Move setting/unsetting of GL_ID from lib to executables.
Diffstat (limited to 'lib/gitlab_post_receive.rb')
-rw-r--r-- | lib/gitlab_post_receive.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/gitlab_post_receive.rb b/lib/gitlab_post_receive.rb index 3c601ee..ede64f2 100644 --- a/lib/gitlab_post_receive.rb +++ b/lib/gitlab_post_receive.rb @@ -13,10 +13,6 @@ class GitlabPostReceive end def exec - # reset GL_ID env since we already - # get value from it - ENV['GL_ID'] = nil - result = update_redis begin |