diff options
author | Jacob Vosmaer <jacob@gitlab.com> | 2019-02-27 10:58:21 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2019-02-27 10:58:21 +0000 |
commit | 078f11a6b9c0197a3cfde6b3658ca268097e315c (patch) | |
tree | a2253cf873eb585e2a2812ff584cd2e748ed6e02 /config/gitlab.yml.example | |
parent | 1b10b77babf008daf337ff194f10508935a8c8a2 (diff) | |
download | gitlab-ce-078f11a6b9c0197a3cfde6b3658ca268097e315c.tar.gz |
Prepare test suite for switch to Gitaly-embedded Git hooks
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index be23166cb7b..1a5b9ec3f02 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -662,7 +662,6 @@ production: &base ## GitLab Shell settings gitlab_shell: path: /home/git/gitlab-shell/ - hooks_path: /home/git/gitlab-shell/hooks/ # File that contains the secret key for verifying access for gitlab-shell. # Default is '.gitlab_shell_secret' relative to Rails.root (i.e. root of the GitLab app). @@ -820,7 +819,6 @@ test: path: tmp/tests/backups gitlab_shell: path: tmp/tests/gitlab-shell/ - hooks_path: tmp/tests/gitlab-shell/hooks/ issues_tracker: redmine: title: "Redmine" |