From aff45d4af0777f896d2624d83644abcb8cba2d57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Calvi=C3=B1o=20S=C3=A1nchez?= Date: Thu, 21 Apr 2022 17:25:58 +0200 Subject: [PATCH] Fix Talk branch used by integration tests in stable24 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Calviño Sánchez --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 79cd295210eba..e3ee9ca6ce916 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1214,7 +1214,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 stable24 https://github.com/nextcloud/spreed apps/spreed - name: integration-sharing-v1-video-verification image: ghcr.io/nextcloud/continuous-integration-integration-php7.4:latest commands: