There was an error while loading. Please reload this page.
2 parents bcc59f6 + 8c49d4a commit 2b74470Copy full SHA for 2b74470
hooks/post-receive
@@ -5,7 +5,7 @@
5
6
refs = $stdin.read
7
key_id = ENV.delete('GL_ID')
8
-gl_repository = ENV.delete('GL_REPOSITORY')
+gl_repository = ENV['GL_REPOSITORY']
9
repo_path = Dir.pwd
10
11
require_relative '../lib/gitlab_custom_hook'
0 commit comments