mirror of
https://github.com/YunoHost-Apps/mautrix_discord_ynh.git
synced 2024-09-03 19:36:35 +02:00
Fix tests.toml: missing arg for synapse
This commit is contained in:
parent
6c0342291a
commit
d74bd3d9c5
1 changed files with 4 additions and 2 deletions
|
@ -11,7 +11,8 @@ test_format = 1.0
|
||||||
# (Remove this key entirely if not needed)
|
# (Remove this key entirely if not needed)
|
||||||
preinstall = """
|
preinstall = """
|
||||||
sudo yunohost tools update apps
|
sudo yunohost tools update apps
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/synapse_ynh/ -a "domain=$domain&server_name=$server_name&is_free_registration=$is_free_registration&jitsi_server=$jitsi_server" --force
|
sudo yunohost app install https://github.com/YunoHost-Apps/synapse_ynh/ \
|
||||||
|
-a "domain=$domain&init_main_permission=all_users&server_name=$server_name&is_free_registration=$is_free_registration&jitsi_server=$jitsi_server" --force
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# -------------------------------
|
# -------------------------------
|
||||||
|
@ -35,7 +36,8 @@ args.botusers = "server.name"
|
||||||
|
|
||||||
preinstall = """
|
preinstall = """
|
||||||
sudo yunohost tools update apps
|
sudo yunohost tools update apps
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/synapse_ynh/ -a "domain=$domain&server_name=$server_name&is_free_registration=$is_free_registration&jitsi_server=$jitsi_server" --force
|
sudo yunohost app install https://github.com/YunoHost-Apps/synapse_ynh/ \
|
||||||
|
-a "domain=$domain&init_main_permission=all_users&server_name=$server_name&is_free_registration=$is_free_registration&jitsi_server=$jitsi_server" --force
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# On additional tests suites, you can decide to run only specific tests
|
# On additional tests suites, you can decide to run only specific tests
|
||||||
|
|
Loading…
Reference in a new issue