File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,10 @@ dir = "{{GITLAB_GITALY_INSTALL_DIR}}/ruby"
91
91
# The directory where gitlab-shell is installed
92
92
dir = " {{GITLAB_SHELL_INSTALL_DIR}}"
93
93
94
+ [hooks ]
95
+ custom_hooks_dir = " {{GITLAB_SHELL_INSTALL_DIR}}/hooks"
96
+
97
+
94
98
# # You can adjust the concurrency of each RPC endpoint
95
99
# [[concurrency]]
96
100
# rpc = "/gitaly.RepositoryService/GarbageCollect"
Original file line number Diff line number Diff line change @@ -43,10 +43,6 @@ secret_file: "{{GITLAB_SHELL_INSTALL_DIR}}/.gitlab_shell_secret"
43
43
# file will not be read.
44
44
# secret: "supersecret"
45
45
46
- # Parent directory for global custom hook directories (pre-receive.d, update.d, post-receive.d)
47
- # Default is hooks in the gitlab-shell directory.
48
- custom_hooks_dir : " {{GITLAB_SHELL_INSTALL_DIR}}/hooks"
49
-
50
46
# Log file.
51
47
# Default is gitlab-shell.log in the root directory.
52
48
log_file : " {{GITLAB_LOG_DIR}}/gitlab-shell/gitlab-shell.log"
You can’t perform that action at this time.
0 commit comments