diff options
author | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2022-04-21 17:25:58 +0200 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2022-04-21 17:25:58 +0200 |
commit | aff45d4af0777f896d2624d83644abcb8cba2d57 (patch) | |
tree | 7f7f0003ad07c45437409ead9b6b82d7e0095609 /.drone.yml | |
parent | 5efccfba3c65aa69e11f80342bc07bd05ddad568 (diff) | |
download | nextcloud-server-aff45d4af0777f896d2624d83644abcb8cba2d57.tar.gz nextcloud-server-aff45d4af0777f896d2624d83644abcb8cba2d57.zip |
Fix Talk branch used by integration tests in stable24
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.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 79cd295210e..e3ee9ca6ce9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1214,7 +1214,7 @@ steps: commands: # 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 stable24 https://github.com/nextcloud/spreed apps/spreed - name: integration-sharing-v1-video-verification image: ghcr.io/nextcloud/continuous-integration-integration-php7.4:latest commands: |