diff options
author | Joas Schilling <coding@schilljs.com> | 2021-11-11 16:47:12 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2021-11-11 16:47:12 +0100 |
commit | 9967198e5adfdea0521947fa75a648d0c59aa358 (patch) | |
tree | b0e0996c6f13c085f7790ad8b3c1c603503a15cc /.drone.yml | |
parent | 4e1e81f336936f8fbffaba9c6f16f46379cf028e (diff) | |
download | nextcloud-server-9967198e5adfdea0521947fa75a648d0c59aa358.tar.gz nextcloud-server-9967198e5adfdea0521947fa75a648d0c59aa358.zip |
Fix video verification tests
Signed-off-by: Joas Schilling <coding@schilljs.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 43a3866ce02..96f80a2e18f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1403,7 +1403,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 --depth 1 --branch stable23 https://github.com/nextcloud/spreed apps/spreed - name: integration-sharing-v1-video-verification image: ghcr.io/nextcloud/continuous-integration-integration-php7.3:latest commands: |