mirror of
https://github.com/YunoHost-Apps/traccar_ynh.git
synced 2024-09-03 20:35:56 +02:00
CI complains about "Reserved escape sequence used"
This commit is contained in:
parent
0b3a91483f
commit
ad47589006
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ ram.runtime = "50M"
|
||||||
in_subdir = false
|
in_subdir = false
|
||||||
format = "zip"
|
format = "zip"
|
||||||
autoupdate.strategy = "latest_github_tag"
|
autoupdate.strategy = "latest_github_tag"
|
||||||
autoupdate.asset = "^traccar-other-.*\.zip$"
|
autoupdate.asset = "^traccar-other-.*zip$"
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
allow_email = true
|
allow_email = true
|
||||||
|
|
Loading…
Add table
Reference in a new issue