Skip to content

Commit e52740b

Browse files
committed
Merge branch 'allow_GL_ID' into 'master'
Pass GL_ID to the gitlab-shell update hook
2 parents 033ee52 + 7d0a665 commit e52740b

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)