Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2020-05-29 18:02:03 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2020-05-29 18:02:03 +0300
commitf5ef3ee3528a698c23db7f53973accb3b6273279 (patch)
treeed914822aac11a5d0e5c3834ea3f8c7c09e0ffb9 /.drone.yml
parent71571344548bfa58f45086e309f812fee317bc11 (diff)
Do not clone the whole Talk repository for integration tests
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
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: