From 7fdd238f9e3d70c0a943677806b1da5b424fe152 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 3 Mar 2023 06:55:50 +0100 Subject: [PATCH] chore(CI): Make it easier to find the right place in the future Signed-off-by: Joas Schilling --- .drone.yml | 4 ++-- 1 file 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