Commit 6216ac18 authored by Nick Thomas's avatar Nick Thomas

Fix git push by removing a bad require in the pre-receive hook

parent a478813e
v6.0.1
- Fix git push by removing a bad require in the pre-receive hook (!183)
v6.0.0
- Remove bin/gitlab_projects (!180)
- Remove direct redis integration (!181)
......
......@@ -16,7 +16,6 @@ def increase_reference_counter(gl_repository, repo_path)
end
require_relative '../lib/gitlab_custom_hook'
require_relative '../lib/gitlab_reference_counter'
require_relative '../lib/gitlab_access'
require_relative '../lib/gitlab_net'
......
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