summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2022-04-21 17:25:58 +0200
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2022-04-21 17:25:58 +0200
commitaff45d4af0777f896d2624d83644abcb8cba2d57 (patch)
tree7f7f0003ad07c45437409ead9b6b82d7e0095609 /.drone.yml
parent5efccfba3c65aa69e11f80342bc07bd05ddad568 (diff)
downloadnextcloud-server-aff45d4af0777f896d2624d83644abcb8cba2d57.tar.gz
nextcloud-server-aff45d4af0777f896d2624d83644abcb8cba2d57.zip
Fix Talk branch used by integration tests in stable24
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 79cd295210e..e3ee9ca6ce9 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: