diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2015-07-24 18:54:06 +0200 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2015-07-24 18:54:06 +0200 |
commit | 39a7e210a3484fb84683d53c2cf5e0f7ef0c3a80 (patch) | |
tree | 467f56cc7b88952be783765603a7686a940c9cb7 /config/gitlab.yml.example | |
parent | db0fce322a19e20e755abca772ceb2918d815ea0 (diff) | |
download | gitlab-ce-39a7e210a3484fb84683d53c2cf5e0f7ef0c3a80.tar.gz |
Use a separate backup test directory and nuke its contents
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 542106e86dd..456fb3d636e 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -339,6 +339,8 @@ test: # user: YOUR_USERNAME satellites: path: tmp/tests/gitlab-satellites/ + backup:[B + path: tmp/tests/backups gitlab_shell: path: tmp/tests/gitlab-shell/ repos_path: tmp/tests/repositories/ |