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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax <max@nextcloud.com>2022-01-17 09:42:56 +0300
committerMax <max@nextcloud.com>2022-01-17 09:57:14 +0300
commit007d2202f1c04208fdd5113441108f6987a5efba (patch)
tree1e2fe73c75000d5e995f1757e2906a64f27353d0
parentb205329630ad4095138b58d547f9eaee153decea (diff)
fix: use BRANCH when checking out viewerbackport/stable22/2101
Use the viewer that fits the nextcloud release. Currently cypress tests are failing for all branches even though the cause seems to be a recent commit to viewers stable branch. Cypress runs for the stable23 branch of text should use the stable23 branch of server and the stable23 branch of viewer so they match the actual releases that will go out. Signed-off-by: Max <max@nextcloud.com>
-rw-r--r--cypress/server.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cypress/server.sh b/cypress/server.sh
index 22f030470..5ff69d841 100644
--- a/cypress/server.sh
+++ b/cypress/server.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-git clone https://github.com/nextcloud/viewer /var/www/html/apps/viewer
+git clone https://github.com/nextcloud/viewer --branch $BRANCH /var/www/html/apps/viewer
su www-data -c "
php occ config:system:set force_language --value en
php /var/www/html/occ app:enable viewer