Skip to content

Commit 2b74470

Browse files
author
Robert Speicher
committed
Merge branch 'patch-2' into 'master'
Don't delete GL_REPOSITORY Closes #125 See merge request gitlab-org/gitlab-shell!191
2 parents bcc59f6 + 8c49d4a commit 2b74470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/post-receive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
refs = $stdin.read
77
key_id = ENV.delete('GL_ID')
8-
gl_repository = ENV.delete('GL_REPOSITORY')
8+
gl_repository = ENV['GL_REPOSITORY']
99
repo_path = Dir.pwd
1010

1111
require_relative '../lib/gitlab_custom_hook'

0 commit comments

Comments
 (0)