mirror of
https://github.com/YunoHost-Apps/owncloud_ynh.git
synced 2024-09-03 19:56:25 +02:00
fix
This commit is contained in:
parent
360b9f231e
commit
2cebfee07d
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ code = "https://github.com/owncloud/ocis"
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.2"
|
yunohost = ">= 11.2"
|
||||||
architectures = ["amd64", "arm64", "armhf", "i386"]
|
architectures = ["amd64", "arm64", "armhf", "i386"]
|
||||||
multi_instance = true
|
multi_instance = false
|
||||||
ldap = false
|
ldap = false
|
||||||
sso = false
|
sso = false
|
||||||
disk = "50M"
|
disk = "50M"
|
||||||
|
|
|
@ -6,4 +6,4 @@ test_format = 1.0
|
||||||
# Tests to run
|
# Tests to run
|
||||||
# ------------
|
# ------------
|
||||||
|
|
||||||
exclude = ["install.subdir"]
|
exclude = ["install.subdir", "install.multi"]
|
Loading…
Add table
Reference in a new issue