1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/owncloud_ynh.git synced 2024-09-03 19:56:25 +02:00
This commit is contained in:
Éric Gaspar 2023-09-04 21:38:07 +02:00
parent 360b9f231e
commit 2cebfee07d
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ code = "https://github.com/owncloud/ocis"
[integration]
yunohost = ">= 11.2"
architectures = ["amd64", "arm64", "armhf", "i386"]
multi_instance = true
multi_instance = false
ldap = false
sso = false
disk = "50M"

View file

@ -6,4 +6,4 @@ test_format = 1.0
# Tests to run
# ------------
exclude = ["install.subdir"]
exclude = ["install.subdir", "install.multi"]