Do not clone the whole Talk repository for integration tests
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This commit is contained in:
parent
7157134454
commit
f5ef3ee352
|
@ -1373,7 +1373,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
# JavaScript files are not used in integration tests so it is not needed to
|
# JavaScript files are not used in integration tests so it is not needed to
|
||||||
# build them.
|
# 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
|
- name: integration-sharing-v1-video-verification
|
||||||
image: nextcloudci/integration-php7.3:integration-php7.3-2
|
image: nextcloudci/integration-php7.3:integration-php7.3-2
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in New Issue