From 75ba5480cbaa034d38805ea54f796dde99275ea3 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 30 Oct 2023 17:15:27 +0100 Subject: [PATCH] Talk now uses the "main" branch Signed-off-by: Joas Schilling --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 05397f49fb0..7286c551a5e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1241,7 +1241,7 @@ steps: commands: # JavaScript files are not used in integration tests, so it is not needed to # build them. - - git clone --depth 1 --branch master https://github.com/nextcloud/spreed apps/spreed + - git clone --depth 1 --branch main https://github.com/nextcloud/spreed apps/spreed - cd apps/spreed - composer --version - composer self-update --2