summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsh McKenzie <amckenzie@gitlab.com>2020-05-05 23:07:30 +1000
committerAsh McKenzie <amckenzie@gitlab.com>2020-05-05 23:07:30 +1000
commit184d76c767a256afafa0861c3071d44edb893c1a (patch)
tree36ae0a87e9be28f038234d37671276ffd265d734
parentcb01327acc926db05283d580917f102ab679d0bc (diff)
downloadgitlab-shell-457-custom_hooks_dir-setting-in-config-yml-example-is-no-longer-relevant.tar.gz
It now lives within gitaly
-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"