diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2023-12-01 11:40:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-01 11:40:47 +0100 |
commit | ed809fd0f644ef9102958b9c2f5a3fa6c585cbc0 (patch) | |
tree | 41920768dc0112dd92e2a1e3896ba233ceaea516 | |
parent | 385495050bdadcbd9d389bb5a88b43172ed11b35 (diff) | |
parent | ab788f5dfabd386fd5d1edc3aaaabe5eb2eb70c7 (diff) | |
download | nextcloud-server-ed809fd0f644ef9102958b9c2f5a3fa6c585cbc0.tar.gz nextcloud-server-ed809fd0f644ef9102958b9c2f5a3fa6c585cbc0.zip |
Merge pull request #41960 from nextcloud/bugfix/noid/fix-video-verification-tests
fix(CI): Fix video verification tests
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml index c271d9dc4c9..5a0ae168051 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1241,7 +1241,7 @@ steps: commands: # JavaScript files are not used in integration tests, so it is not needed to # build them. - - git clone --depth 1 --branch main https://github.com/nextcloud/spreed apps/spreed + - git clone --depth 1 --branch stable28 https://github.com/nextcloud/spreed apps/spreed - cd apps/spreed - composer --version - composer self-update --2 |