diff options
author | Morris Jobke <hey@morrisjobke.de> | 2020-05-29 21:31:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-29 21:31:35 +0200 |
commit | 8a54586bbed17375944d65ffa64840d18af21b78 (patch) | |
tree | ed914822aac11a5d0e5c3834ea3f8c7c09e0ffb9 | |
parent | 71571344548bfa58f45086e309f812fee317bc11 (diff) | |
parent | f5ef3ee3528a698c23db7f53973accb3b6273279 (diff) | |
download | nextcloud-server-8a54586bbed17375944d65ffa64840d18af21b78.tar.gz nextcloud-server-8a54586bbed17375944d65ffa64840d18af21b78.zip |
Merge pull request #21156 from nextcloud/do-not-clone-the-whole-talk-repository-for-integration-tests
Do not clone the whole Talk repository for integration tests
-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: |