Make custom hook dir configurable
All threads resolved!
All threads resolved!
Compare changes
Files
6- Sean McGivern authored
Add a new configuration option, custom_hooks_dir. When this is set, we will look for global custom hooks in: <custom_hooks_dir>/{pre-receive,update,post-receive}.d/* When this is not set, default to <REPO_PATH>/hooks.
+ 7
− 0
@@ -19,6 +19,13 @@ class GitlabConfig