]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix running video verification integration tests in Drone in stable20 23038/head
authorDaniel Calviño Sánchez <danxuliu@gmail.com>
Thu, 24 Sep 2020 14:52:04 +0000 (16:52 +0200)
committerDaniel Calviño Sánchez <danxuliu@gmail.com>
Thu, 24 Sep 2020 14:52:04 +0000 (16:52 +0200)
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>
.drone.yml

index 99e47e18e814528efec7df19541ab73b8702d54d..c6edf453c075a177f0047f81cb31f4655c4dc035 100644 (file)
@@ -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: