1
0
Fork 0
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:
yalh76 2022-03-14 00:45:50 +01:00 committed by GitHub
commit e8797ff75f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 4 deletions

View file

@ -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

View file

@ -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

View file

@ -6,3 +6,4 @@ MONITOR_APPS_LIST = False
MONITOR_GIT = False
MONITOR_ONLY_GOOD_QUALITY_APPS = False
MONTHLY_JOBS = False
WORKER_COUNT = 1

View file

@ -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",

View file

@ -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"