Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-09-22 12:49:28 +0300
committerJoas Schilling <coding@schilljs.com>2022-09-22 12:49:28 +0300
commitbfaa31af610e250d486624b24652a95975a29584 (patch)
treea6ff40ffeda197469bcfa47b3a6861d30ade38e2
parent938bc57f6dd0d4e6f152692926856263dacc06dd (diff)
Fix Talk checkout in video verification testbugfix/noid/fix-talk-testing
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
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: