diff options
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml index 0b51b4ac47f..3507d306c10 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 |