diff options
author | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2020-05-29 17:02:03 +0200 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2020-05-29 17:02:03 +0200 |
commit | f5ef3ee3528a698c23db7f53973accb3b6273279 (patch) | |
tree | ed914822aac11a5d0e5c3834ea3f8c7c09e0ffb9 /.drone.yml | |
parent | 71571344548bfa58f45086e309f812fee317bc11 (diff) | |
download | nextcloud-server-f5ef3ee3528a698c23db7f53973accb3b6273279.tar.gz nextcloud-server-f5ef3ee3528a698c23db7f53973accb3b6273279.zip |
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.yml | 2 |
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: |