mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Fix Talk checkout in video verification test
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
938bc57f6d
commit
bfaa31af61
1 changed files with 1 additions and 1 deletions
|
|
@ -1214,7 +1214,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 stable25 https://github.com/nextcloud/spreed apps/spreed
|
||||
- name: integration-sharing-v1-video-verification
|
||||
image: ghcr.io/nextcloud/continuous-integration-integration-php7.4:latest
|
||||
commands:
|
||||
|
|
|
|||
Loading…
Reference in a new issue