Commit 8c49d4a6 authored by Ben's avatar Ben

Don't delete GL_REPOSITORY

parent bcc59f6a
......@@ -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