From 9967198e5adfdea0521947fa75a648d0c59aa358 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 11 Nov 2021 16:47:12 +0100 Subject: [PATCH] Fix video verification tests Signed-off-by: Joas Schilling --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 43a3866ce02..96f80a2e18f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1403,7 +1403,7 @@ steps: commands: # JavaScript files are not used in integration tests so it is not needed to # build them. - - git clone --depth 1 https://github.com/nextcloud/spreed apps/spreed + - git clone --depth 1 --branch stable23 https://github.com/nextcloud/spreed apps/spreed - name: integration-sharing-v1-video-verification image: ghcr.io/nextcloud/continuous-integration-integration-php7.3:latest commands: -- 2.39.5