Fix randomly failing LFS lock tests in drone (#3346)
This commit is contained in:
parent
65861900cd
commit
d8dff304c0
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue