summaryrefslogtreecommitdiffstats
path: root/integrations/mysql.ini.tmpl
diff options
context:
space:
mode:
authorguillep2k <18600385+guillep2k@users.noreply.github.com>2020-04-19 08:17:02 -0300
committerGitHub <noreply@github.com>2020-04-19 14:17:02 +0300
commit23163e98a307300a6ba43e3d8c3b0d031398fef4 (patch)
treeb85e7c49e4f5f903b25a99db7389f5a08e40551b /integrations/mysql.ini.tmpl
parent16f39ce42690a57b92d8a7f1c4317f079ee842c4 (diff)
downloadgitea-23163e98a307300a6ba43e3d8c3b0d031398fef4.tar.gz
gitea-23163e98a307300a6ba43e3d8c3b0d031398fef4.zip
Use /tmp for test repositories (#11126)
* Add option to use /tmp for test repositories * Fix exit status * Add feedback about using tmp repos Co-authored-by: Guillermo Prandi <guillep2k@users.noreply.github.com> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Diffstat (limited to 'integrations/mysql.ini.tmpl')
-rw-r--r--integrations/mysql.ini.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/integrations/mysql.ini.tmpl b/integrations/mysql.ini.tmpl
index 304434dbd6..beff736606 100644
--- a/integrations/mysql.ini.tmpl
+++ b/integrations/mysql.ini.tmpl
@@ -17,7 +17,7 @@ REPO_INDEXER_ENABLED = true
REPO_INDEXER_PATH = integrations/indexers-mysql/repos.bleve
[repository]
-ROOT = integrations/gitea-integration-mysql/gitea-repositories
+ROOT = {{REPO_TEST_DIR}}integrations/gitea-integration-mysql/gitea-repositories
[repository.local]
LOCAL_COPY_PATH = tmp/local-repo-mysql