Skip to content

Commit af5910b

Browse files
Merge pull request #36389 from nextcloud/nickvergessen-patch-1
fix(CI): Install composer dependencies of Talk
2 parents be1de30 + 783f4be commit af5910b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.drone.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1236,11 +1236,16 @@ steps:
12361236
commands:
12371237
- git submodule update --init
12381238
- name: install-talk
1239-
image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest
1239+
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
12401240
commands:
12411241
# JavaScript files are not used in integration tests so it is not needed to
12421242
# build them.
12431243
- git clone --depth 1 https://github.com/nextcloud/spreed apps/spreed
1244+
- cd apps/spreed
1245+
- composer --version
1246+
- composer self-update --2
1247+
- composer install --no-dev
1248+
- cd ../..
12441249
- name: integration-sharing-v1-video-verification
12451250
image: ghcr.io/nextcloud/continuous-integration-integration-php8.0:latest
12461251
commands:

0 commit comments

Comments
 (0)