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:
authorAzul <azul@riseup.net>2020-12-26 20:39:49 +0300
committerAzul <azul@riseup.net>2020-12-26 20:39:49 +0300
commit32ec0a22044b8b961afa1a3559791d500758c50b (patch)
tree8e42041bfc1acc91bee7941f51054db68ed34401 /cypress
parent5b9d41ed10ac41cf587ea562a94519f9c173be03 (diff)
cypress: use master branch of nextcloud server
The `bugfix/noid/initial-stte-cspv3` branch has been merged into master in https://github.com/nextcloud/server/pull/22636 . It does not exist anymore which will cause issues when trying to run the cypress tests. Remove the `$BRANCH` environment variable from the docker-compose.yml.
Diffstat (limited to 'cypress')
-rw-r--r--cypress/docker-compose.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/cypress/docker-compose.yml b/cypress/docker-compose.yml
index 9942af83c..9e9eaddff 100644
--- a/cypress/docker-compose.yml
+++ b/cypress/docker-compose.yml
@@ -10,6 +10,5 @@ services:
environment:
CYPRESS_baseUrl:
APP_SOURCE:
- BRANCH: bugfix/noid/initial-stte-cspv3
volumes:
- ${APP_SOURCE}:/var/www/html/apps/text