From: Daniel Calviño Sánchez Date: Fri, 29 May 2020 15:02:03 +0000 (+0200) Subject: Do not clone the whole Talk repository for integration tests X-Git-Tag: v20.0.0beta1~483^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f5ef3ee3528a698c23db7f53973accb3b6273279;p=nextcloud-server.git Do not clone the whole Talk repository for integration tests Signed-off-by: Daniel Calviño Sánchez --- 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: