mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
Let's have a sensible default for the analyzer path, this'll help the yunorunner ynh package
This commit is contained in:
parent
525dcadb07
commit
d92a9351fb
1 changed files with 1 additions and 1 deletions
2
run.py
2
run.py
|
@ -1123,7 +1123,7 @@ def main(config="/var/www/yunorunner/config.py"):
|
|||
"BASE_URL": "",
|
||||
"PORT": 4242,
|
||||
"DEBUG": False,
|
||||
"PATH_TO_ANALYZER": "/please/configure/me",
|
||||
"PATH_TO_ANALYZER": "/home/CI_package_check/analyseCI.sh",
|
||||
"MONITOR_APPS_LIST": False,
|
||||
"MONITOR_GIT": False,
|
||||
"MONITOR_ONLY_GOOD_QUALITY_APPS": False,
|
||||
|
|
Loading…
Add table
Reference in a new issue