From 1c9d9e4c83207de559f1367761c197c058a71a7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 6 Apr 2022 16:37:06 +0200 Subject: [PATCH] Set allow_local_remote_servers to true for integration tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 49e228200..f5f085a23 100644 --- a/.drone.yml +++ b/.drone.yml @@ -57,6 +57,7 @@ steps: - bash ./tests/drone-server-setup.sh $APP_NAME $CORE_BRANCH $DB - cd ../server - ./occ app:enable $APP_NAME + - ./occ config:system:set allow_local_remote_servers --value true --type bool - cd apps/$APP_NAME # Run integration tests @@ -64,7 +65,7 @@ steps: - bash run-integration.sh features/wopi services: - name: collabora - image: collabora/code:4.0.9.4 + image: collabora/code:latest environment: extra_params: '--o:ssl.enable=false' domain: 'nextcloud'