mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
Add default value for YNH_BRANCH
This commit is contained in:
parent
7c82e2c7c2
commit
88eda6c070
1 changed files with 1 additions and 0 deletions
1
run.py
1
run.py
|
@ -1681,6 +1681,7 @@ def main(config="./config.py"):
|
|||
"WORKER_COUNT": 1,
|
||||
"ARCH": "amd64",
|
||||
"DIST": "bullseye",
|
||||
"YNH_BRANCH": "stable",
|
||||
"PACKAGE_CHECK_DIR": yunorunner_dir + "/package_check/",
|
||||
"WEBHOOK_TRIGGERS": [
|
||||
"!testme",
|
||||
|
|
Loading…
Add table
Reference in a new issue