summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2020-05-05 14:29:00 +0000
committerNick Thomas <nick@gitlab.com>2020-05-05 14:29:00 +0000
commitfda632ae12ddd2c7e4ec831d0c8fdf62eb48c3fb (patch)
tree36ae0a87e9be28f038234d37671276ffd265d734
parentcb01327acc926db05283d580917f102ab679d0bc (diff)
parent184d76c767a256afafa0861c3071d44edb893c1a (diff)
downloadgitlab-shell-fda632ae12ddd2c7e4ec831d0c8fdf62eb48c3fb.tar.gz
Merge branch '457-custom_hooks_dir-setting-in-config-yml-example-is-no-longer-relevant' into 'master'
Remove custom_hooks_dir setting Closes #457 See merge request gitlab-org/gitlab-shell!378
-rw-r--r--config.yml.example4
1 files changed, 0 insertions, 4 deletions
diff --git a/config.yml.example b/config.yml.example
index 959954f..658839d 100644
--- a/config.yml.example
+++ b/config.yml.example
@@ -31,10 +31,6 @@ auth_file: "/home/git/.ssh/authorized_keys"
# Default is .gitlab_shell_secret in the gitlab-shell directory.
# secret_file: "/home/git/gitlab-shell/.gitlab_shell_secret"
-# Parent directory for global custom hook directories (pre-receive.d, update.d, post-receive.d)
-# Default is hooks in the gitlab-shell directory.
-# custom_hooks_dir: "/home/git/gitlab-shell/hooks"
-
# Log file.
# Default is gitlab-shell.log in the root directory.
# log_file: "/home/git/gitlab-shell/gitlab-shell.log"