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:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2020-09-24 17:52:04 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2020-09-24 17:52:04 +0300
commita1d3213e7daa485d1452b18b8d49aeffe3da2a31 (patch)
tree1b986bb7942ce7bcef9acc5b73c25fad6dbd1bcb /.drone.yml
parentd247f198a93da7ca3d1d72dcc0ab880120a61f7b (diff)
Fix running video verification integration tests in Drone in stable20
In order to run the video verification integration tests the Talk app needs to be cloned in a branch compatible with the server. 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 99e47e18e81..c6edf453c07 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -1350,7 +1350,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 --branch stable20 --depth 1 https://github.com/nextcloud/spreed apps/spreed
- name: integration-sharing-v1-video-verification
image: nextcloudci/integration-php7.3:integration-php7.3-2
commands: