-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch 'make-custom-hook-dir-configurable' into 'master'
Make custom hook dir configurable Add a new configuration option, custom_hook_dir. When this is set, we will look for global custom hooks in: `<custom_hook_dir>/{pre-receive,update,post-receive}.d/*` When this is not set, default to `<ROOT_PATH>/hooks`. Relates to https://gitlab.com/gitlab-org/omnibus-gitlab/issues/1754 and gitlab-org/gitlab-ce!8040. See merge request !113
No related branches found
No related tags found
Pipeline #
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- CHANGELOG 1 addition, 1 deletionCHANGELOG
- VERSION 1 addition, 1 deletionVERSION
- config.yml.example 5 additions, 1 deletionconfig.yml.example
- lib/gitlab_config.rb 7 additions, 0 deletionslib/gitlab_config.rb
- lib/gitlab_custom_hook.rb 10 additions, 8 deletionslib/gitlab_custom_hook.rb
- spec/gitlab_custom_hook_spec.rb 52 additions, 14 deletionsspec/gitlab_custom_hook_spec.rb
Please register or sign in to comment