mirror of
https://github.com/YunoHost-Apps/yunorunner_ynh.git
synced 2024-09-03 20:36:13 +02:00
Merge pull request #32 from YunoHost-Apps/testing
not changing current configuration
This commit is contained in:
commit
e8797ff75f
5 changed files with 5 additions and 4 deletions
|
@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
CI runner of YunoHost
|
||||
|
||||
**Shipped version:** 2022.01.18~ynh1
|
||||
**Shipped version:** 2022.01.18~ynh2
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
|
||||
Runner d'intégration continue de YunoHost
|
||||
|
||||
**Version incluse :** 2022.01.18~ynh1
|
||||
**Version incluse :** 2022.01.18~ynh2
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,3 +6,4 @@ MONITOR_APPS_LIST = False
|
|||
MONITOR_GIT = False
|
||||
MONITOR_ONLY_GOOD_QUALITY_APPS = False
|
||||
MONTHLY_JOBS = False
|
||||
WORKER_COUNT = 1
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "CI runner of YunoHost",
|
||||
"fr": "Runner d'intégration continue de YunoHost"
|
||||
},
|
||||
"version": "2022.01.18~ynh1",
|
||||
"version": "2022.01.18~ynh2",
|
||||
"url": "https://github.com/YunoHost/yunorunner",
|
||||
"upstream": {
|
||||
"license": "GPL-3.0-or-later",
|
||||
|
|
|
@ -156,7 +156,7 @@ popd
|
|||
#=================================================
|
||||
ynh_script_progression --message="Updating a config file..."
|
||||
|
||||
ynh_add_config --template="yunorunner.config.py" --destination="$final_path/config.py"
|
||||
ynh_backup_if_checksum_is_different --file="$final_path/config.py"
|
||||
|
||||
chmod 400 "$final_path/config.py"
|
||||
chown $app:$app "$final_path/config.py"
|
||||
|
|
Loading…
Add table
Reference in a new issue