diff options
author | Joas Schilling <coding@schilljs.com> | 2023-05-17 10:55:34 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2023-05-17 10:58:55 +0200 |
commit | a11db03693701aaa30251f4e52b1dd1de418f734 (patch) | |
tree | d2162f20b1ee0ee77d242f182431e699fb954d4d /.drone.yml | |
parent | 288742d55ccdd2a05393203ccb7d4226ccc41760 (diff) | |
download | nextcloud-server-a11db03693701aaa30251f4e52b1dd1de418f734.tar.gz nextcloud-server-a11db03693701aaa30251f4e52b1dd1de418f734.zip |
chore(CI): Test against stable27 branches of needed apps
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 3507d306c10..5b0c0f111cd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1240,7 +1240,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 stable27 https://github.com/nextcloud/spreed apps/spreed - cd apps/spreed - composer --version - composer self-update --2 |