Can't find hooks path of gitlab-shell with gitlab:check
Created by: yuters
I'm trying to get automerge to work on latest release, and I noticed here after doing a gitlab:check :
https://github.com/gitlabhq/gitlabhq/blob/master/lib/tasks/gitlab/check.rake#L395-L396
The "common" folder does not exists in the gitlab-shell hooks path
When I remove the "common", gitlab:check still gives me an issue:
No such file or directory - /home/git/gitlab/lib/hooks/post-receive
So how do we tell gitlab to look into the gitlab-shell folder instead?