Commit d2bcae4c authored by Stan Hu's avatar Stan Hu

Merge branch 'fix-pre-receive' into 'master'

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

Closes gitlab-qa#158

See merge request gitlab-org/gitlab-shell!183
parents a478813e 6216ac18
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