mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-25 14:08:09 +00:00
removed double-slash from gitlab-shell/config.yml template
This commit is contained in:
parent
6e3e104195
commit
92876097ca
@ -33,7 +33,7 @@ secret_file: "{{GITLAB_SHELL_INSTALL_DIR}}/.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: "{{GITLAB_SHELL_INSTALL_DIR}}//hooks"
|
||||
custom_hooks_dir: "{{GITLAB_SHELL_INSTALL_DIR}}/hooks"
|
||||
|
||||
# Redis settings used for pushing commit notices to gitlab
|
||||
redis:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user