diff options
author | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2020-09-24 16:52:04 +0200 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2020-09-24 16:52:04 +0200 |
commit | a1d3213e7daa485d1452b18b8d49aeffe3da2a31 (patch) | |
tree | 1b986bb7942ce7bcef9acc5b73c25fad6dbd1bcb /.drone.yml | |
parent | d247f198a93da7ca3d1d72dcc0ab880120a61f7b (diff) | |
download | nextcloud-server-a1d3213e7daa485d1452b18b8d49aeffe3da2a31.tar.gz nextcloud-server-a1d3213e7daa485d1452b18b8d49aeffe3da2a31.zip |
Fix running video verification integration tests in Drone in stable20
In order to run the video verification integration tests the Talk app
needs to be cloned in a branch compatible with the server.
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 99e47e18e81..c6edf453c07 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1350,7 +1350,7 @@ steps: commands: # JavaScript files are not used in integration tests so it is not needed to # build them. - - git clone --depth 1 https://github.com/nextcloud/spreed apps/spreed + - git clone --branch stable20 --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: |