forked from forgejo/forgejo
Remove hardcoded paths to fix randomly failing tests (#3347)
* Remove hardcoded paths to fix randomly failing tests * Use correct function for merge path
This commit is contained in:
parent
d8dff304c0
commit
be1330ec89
8 changed files with 19 additions and 3 deletions
|
@ -20,6 +20,7 @@ ROOT = integrations/gitea-integration-mysql/gitea-repositories
|
|||
|
||||
[repository.local]
|
||||
LOCAL_COPY_PATH = tmp/local-repo-mysql
|
||||
LOCAL_WIKI_PATH = tmp/local-wiki-mysql
|
||||
|
||||
[server]
|
||||
SSH_DOMAIN = localhost
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue