Fix randomly failing LFS lock tests in drone (#3346)

This commit is contained in:
Lauris BH 2018-01-11 00:09:56 +02:00 committed by GitHub
parent 65861900cd
commit d8dff304c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,7 @@ ROOT_URL = http://localhost:3001/
DISABLE_SSH = false
SSH_PORT = 22
LFS_START_SERVER = true
LFS_CONTENT_PATH = data/lfs-mysql
OFFLINE_MODE = false
[mailer]

View File

@ -28,6 +28,7 @@ ROOT_URL = http://localhost:3002/
DISABLE_SSH = false
SSH_PORT = 22
LFS_START_SERVER = true
LFS_CONTENT_PATH = data/lfs-pgsql
OFFLINE_MODE = false
[mailer]