summaryrefslogtreecommitdiffstats
path: root/integrations
diff options
context:
space:
mode:
authorLauris BH <lauris@nix.lv>2018-01-11 00:09:56 +0200
committerGitHub <noreply@github.com>2018-01-11 00:09:56 +0200
commitd8dff304c0a6abb471051e968f6bdb69679b9a2a (patch)
tree96a8263b311093c1d3ee05b3945ad81caef98728 /integrations
parent65861900cda3bb6d9e2aa80b808b0000383c04b3 (diff)
downloadgitea-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.tmpl1
-rw-r--r--integrations/pgsql.ini.tmpl1
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]