diff options
author | Lauris BH <lauris@nix.lv> | 2018-01-11 00:09:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-11 00:09:56 +0200 |
commit | d8dff304c0a6abb471051e968f6bdb69679b9a2a (patch) | |
tree | 96a8263b311093c1d3ee05b3945ad81caef98728 /integrations | |
parent | 65861900cda3bb6d9e2aa80b808b0000383c04b3 (diff) | |
download | gitea-d8dff304c0a6abb471051e968f6bdb69679b9a2a.tar.gz gitea-d8dff304c0a6abb471051e968f6bdb69679b9a2a.zip |
Fix randomly failing LFS lock tests in drone (#3346)
Diffstat (limited to 'integrations')
-rw-r--r-- | integrations/mysql.ini.tmpl | 1 | ||||
-rw-r--r-- | integrations/pgsql.ini.tmpl | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/integrations/mysql.ini.tmpl b/integrations/mysql.ini.tmpl index e01362607b..b093437cfe 100644 --- a/integrations/mysql.ini.tmpl +++ b/integrations/mysql.ini.tmpl @@ -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] diff --git a/integrations/pgsql.ini.tmpl b/integrations/pgsql.ini.tmpl index 853d6fb3be..40b977509d 100644 --- a/integrations/pgsql.ini.tmpl +++ b/integrations/pgsql.ini.tmpl @@ -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] |