diff options
author | Joas Schilling <coding@schilljs.com> | 2023-10-30 17:15:27 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2023-10-30 17:15:27 +0100 |
commit | 75ba5480cbaa034d38805ea54f796dde99275ea3 (patch) | |
tree | 0101e58809916b8f71ba698d9206fc9df40db2ee /.drone.yml | |
parent | 51eb44dbfef18e057d7f3a0373bb73e670be478c (diff) | |
download | nextcloud-server-75ba5480cbaa034d38805ea54f796dde99275ea3.tar.gz nextcloud-server-75ba5480cbaa034d38805ea54f796dde99275ea3.zip |
Talk now uses the "main" branch
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |