diff options
author | Joas Schilling <coding@schilljs.com> | 2023-03-03 06:55:50 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2023-03-03 06:55:50 +0100 |
commit | 7fdd238f9e3d70c0a943677806b1da5b424fe152 (patch) | |
tree | 029191a381eda3631d525e6f893452f8ba1cd2c3 /.drone.yml | |
parent | ae915cff051a0c27ce1a9b7d037f094e376803c8 (diff) | |
download | nextcloud-server-7fdd238f9e3d70c0a943677806b1da5b424fe152.tar.gz nextcloud-server-7fdd238f9e3d70c0a943677806b1da5b424fe152.zip |
chore(CI): Make it easier to find the right place in the future
Signed-off-by: Joas Schilling <coding@schilljs.com>
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 |