Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-06-24 14:12:52 +0300
committerJoas Schilling <coding@schilljs.com>2021-06-24 14:12:52 +0300
commit99b7b82d72a6b0b69859ab8256d20dd819b716ef (patch)
treedf3dc5fa3ee01384f4965a1a30989cd6fdc945ee /.drone.yml
parent4e9727037220a8acddf7a3478a047c0bc6fc4bae (diff)
Fix branch selection in stable22
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 8217524fbb5..512c4a1225d 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -1403,7 +1403,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 stable22 https://github.com/nextcloud/spreed apps/spreed
- name: integration-sharing-v1-video-verification
image: ghcr.io/nextcloud/continuous-integration-integration-php7.3:integration-php7.3-2
commands: