From ab788f5dfabd386fd5d1edc3aaaabe5eb2eb70c7 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 1 Dec 2023 10:43:10 +0100 Subject: [PATCH] fix(CI): Fix video verification tests Searching for "master" doesn't work when the app switches to "main" Signed-off-by: Joas Schilling --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c271d9dc4c997..5a0ae16805199 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