edit check_process for CI

This commit is contained in:
Florent 2021-09-17 17:24:25 +02:00 committed by Florent
parent 77e34a0579
commit 2b023e85ef
2 changed files with 19 additions and 21 deletions

View file

@ -4,31 +4,29 @@
# Move this file from check_process.default to check_process when you have filled it.
;; Test complet
; pre-install
sudo yunohost tools update apps
sudo yunohost app install https://github.com/YunoHost-Apps/synapse_ynh/ -a "domain=$domain&server_name=$server_name&is_public=$is_public&jitsi_server=$jitsi_server" --force
; Manifest
domain="domain.tld"
path="/path"
admin="john"
language="fr"
is_public=1
password="1Strong-Password"
port="666"
port="8343"
synapsenumber=1
; Checks
pkg_linter=1
setup_sub_dir=1
setup_root=1
setup_nourl=0
setup_private=1
setup_public=1
setup_sub_dir=0
setup_root=0
setup_nourl=1
setup_private=0
setup_public=0
upgrade=1
upgrade=1 from_commit=CommitHash
upgrade=1 from_commit=1cdeb9f003f07c4df897f29dd4a521c595327415
backup_restore=1
multi_instance=1
port_already_use=0
change_url=1
;;; Options
Email=
Notification=none
port_already_use=1
change_url=0
actions=0
config_panel=0
;;; Upgrade options
; commit=CommitHash
name=Name and date of the commit.
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666&
; commit=1cdeb9f003f07c4df897f29dd4a521c595327415
name=Documentation

View file

@ -22,7 +22,7 @@
"requirements": {
"yunohost": ">= 4.1.0"
},
"multi_instance": false,
"multi_instance": true,
"services": [
"postgresql"
],