We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26696c4 commit b846f10Copy full SHA for b846f10
.drone.yml
@@ -1238,9 +1238,9 @@ steps:
1238
- name: install-talk
1239
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
1240
commands:
1241
- # 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
1242
# build them.
1243
- - git clone --depth 1 https://github.com/nextcloud/spreed apps/spreed
+ - git clone --depth 1 --branch stable26 https://github.com/nextcloud/spreed apps/spreed
1244
- cd apps/spreed
1245
- composer --version
1246
- composer self-update --2
0 commit comments