diff options
author | Joas Schilling <coding@schilljs.com> | 2022-09-22 11:49:28 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2022-09-22 11:49:28 +0200 |
commit | bfaa31af610e250d486624b24652a95975a29584 (patch) | |
tree | a6ff40ffeda197469bcfa47b3a6861d30ade38e2 | |
parent | 938bc57f6dd0d4e6f152692926856263dacc06dd (diff) | |
download | nextcloud-server-bfaa31af610e250d486624b24652a95975a29584.tar.gz nextcloud-server-bfaa31af610e250d486624b24652a95975a29584.zip |
Fix Talk checkout in video verification test
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml index 79cd295210e..fd57545be21 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 stable25 https://github.com/nextcloud/spreed apps/spreed - name: integration-sharing-v1-video-verification image: ghcr.io/nextcloud/continuous-integration-integration-php7.4:latest commands: |