diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-07-03 21:09:31 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-07-03 21:09:31 +0000 |
commit | e173695d9b82004006cb5096d3fd8bb6c77069f5 (patch) | |
tree | 427d76ae2e6e43bbd99cbca5166e8809dbb17038 /config | |
parent | 782f2505315c3c66e524f3365827fce341527eb1 (diff) | |
download | gitlab-ce-e173695d9b82004006cb5096d3fd8bb6c77069f5.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config')
-rw-r--r-- | config/gitlab.yml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index dbbc946eaa7..63430aaed7e 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -1213,7 +1213,7 @@ test: # has been pushed). # when: always # The location where external diffs are stored (default: shared/external-diffs). - # storage_path: shared/external-diffs + storage_path: tmp/tests/external-diffs object_store: enabled: false remote_directory: external-diffs # The bucket name |