Commit 2b744702 authored by Robert Speicher's avatar Robert Speicher

Merge branch 'patch-2' into 'master'

Don't delete GL_REPOSITORY

Closes #125

See merge request gitlab-org/gitlab-shell!191
parents bcc59f6a 8c49d4a6
......@@ -5,7 +5,7 @@
refs = $stdin.read
key_id = ENV.delete('GL_ID')
gl_repository = ENV.delete('GL_REPOSITORY')
gl_repository = ENV['GL_REPOSITORY']
repo_path = Dir.pwd
require_relative '../lib/gitlab_custom_hook'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment