Skip to content

Commit ab788f5

Browse files
committed
fix(CI): Fix video verification tests
Searching for "master" doesn't work when the app switches to "main" Signed-off-by: Joas Schilling <[email protected]>
1 parent ffbc8c9 commit ab788f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1241,7 +1241,7 @@ steps:
12411241
commands:
12421242
# JavaScript files are not used in integration tests, so it is not needed to
12431243
# build them.
1244-
- git clone --depth 1 --branch main https://github.com/nextcloud/spreed apps/spreed
1244+
- git clone --depth 1 --branch stable28 https://github.com/nextcloud/spreed apps/spreed
12451245
- cd apps/spreed
12461246
- composer --version
12471247
- composer self-update --2

0 commit comments

Comments
 (0)