diff --git a/.drone.star b/.drone.star index 3b1f38c83f0..26104b7941a 100644 --- a/.drone.star +++ b/.drone.star @@ -35,7 +35,7 @@ SONARSOURCE_SONAR_SCANNER_CLI = "sonarsource/sonar-scanner-cli:latest" THEGEEKLAB_DRONE_GITHUB_COMMENT = "thegeeklab/drone-github-comment:1" TOOLHIPPIE_CALENS = "toolhippie/calens:latest" -OC10_VERSION = "10.9.1" +OC10_VERSION = "10.10.0" dir = { "base": "/var/www/owncloud", diff --git a/tests/drone/setup-server-and-app.sh b/tests/drone/setup-server-and-app.sh index 63a52690ad0..8f2679e79d6 100755 --- a/tests/drone/setup-server-and-app.sh +++ b/tests/drone/setup-server-and-app.sh @@ -16,6 +16,7 @@ else fi php occ app:list php occ config:system:set trusted_domains 1 --value=owncloud + php occ config:system:set dav.propfind.depth_infinity --value=true php occ log:manage --level $2 php occ config:list if [ "$3" == "builtInWeb" ]