Skip to content

Commit 7d0a665

Browse files
committed
Pass GL_ID to the gitlab-shell update hook
With gitlab-shell 1.9.0 we always need to pass GL_ID because the update hook no longer makes an exception for HTTP pushes.
1 parent 033ee52 commit 7d0a665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/grack/server.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def popen_options
272272
end
273273

274274
def popen_env
275-
{'PATH' => ENV['PATH']}
275+
{'PATH' => ENV['PATH'], 'GL_ID' => ENV['GL_ID']}
276276
end
277277

278278
# --------------------------------------

0 commit comments

Comments
 (0)