From: Daniel Calviño Sánchez Date: Thu, 24 Sep 2020 14:52:04 +0000 (+0200) Subject: Fix running video verification integration tests in Drone in stable20 X-Git-Tag: v20.0.0~18^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F23038%2Fhead;p=nextcloud-server.git 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 --- 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: