chore(CI): Make it easier to find the right place in the future

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/37023/head
Joas Schilling 1 year ago
parent ae915cff05
commit 7fdd238f9e
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205

@ -1238,9 +1238,9 @@ steps:
- name: install-talk
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
commands:
# JavaScript files are not used in integration tests so it is not needed to
# 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 master https://github.com/nextcloud/spreed apps/spreed
- cd apps/spreed
- composer --version
- composer self-update --2

Loading…
Cancel
Save