From bfaa31af610e250d486624b24652a95975a29584 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 22 Sep 2022 11:49:28 +0200 Subject: Fix Talk checkout in video verification test Signed-off-by: Joas Schilling --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 79cd295210e..fd57545be21 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 stable25 https://github.com/nextcloud/spreed apps/spreed - name: integration-sharing-v1-video-verification image: ghcr.io/nextcloud/continuous-integration-integration-php7.4:latest commands: -- cgit v1.2.3