diff options
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml index c271d9dc4c9..5a0ae168051 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 main https://github.com/nextcloud/spreed apps/spreed + - git clone --depth 1 --branch stable28 https://github.com/nextcloud/spreed apps/spreed - cd apps/spreed - composer --version - composer self-update --2 |