From f5ef3ee3528a698c23db7f53973accb3b6273279 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Calvi=C3=B1o=20S=C3=A1nchez?= Date: Fri, 29 May 2020 17:02:03 +0200 Subject: Do not clone the whole Talk repository for integration tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Calviño Sánchez --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml index fbc9570b6e3..51fa73be0a4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1373,7 +1373,7 @@ steps: commands: # JavaScript files are not used in integration tests so it is not needed to # build them. - - git clone https://github.com/nextcloud/spreed apps/spreed + - git clone --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: -- cgit v1.2.3