From a1d3213e7daa485d1452b18b8d49aeffe3da2a31 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Calvi=C3=B1o=20S=C3=A1nchez?= Date: Thu, 24 Sep 2020 16:52:04 +0200 Subject: [PATCH] Fix running video verification integration tests in Drone in stable20 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.5