summaryrefslogtreecommitdiff
path: root/lib/gitlab_post_receive.rb
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-04-06 12:41:38 +0200
committerDouwe Maan <douwe@gitlab.com>2015-04-06 13:10:10 +0200
commite8403e8bb7c5c9109af83a183943d5361ad1409b (patch)
tree0fe3e73b6695816c3ce0a8f01f9fb8cac29a1a9f /lib/gitlab_post_receive.rb
parentf64e5d4a075479846f2e18bb34b84eb26d180f57 (diff)
downloadgitlab-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.rb4
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