Skip to content

Commit d8dff30

Browse files
authored
Fix randomly failing LFS lock tests in drone (#3346)
1 parent 6586190 commit d8dff30

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

integrations/mysql.ini.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ ROOT_URL = http://localhost:3001/
2828
DISABLE_SSH = false
2929
SSH_PORT = 22
3030
LFS_START_SERVER = true
31+
LFS_CONTENT_PATH = data/lfs-mysql
3132
OFFLINE_MODE = false
3233

3334
[mailer]

integrations/pgsql.ini.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ ROOT_URL = http://localhost:3002/
2828
DISABLE_SSH = false
2929
SSH_PORT = 22
3030
LFS_START_SERVER = true
31+
LFS_CONTENT_PATH = data/lfs-pgsql
3132
OFFLINE_MODE = false
3233

3334
[mailer]

0 commit comments

Comments
 (0)