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:
authorJulius Härtl <jus@bitgrid.net>2020-05-19 23:17:30 +0300
committerJulius Härtl <jus@bitgrid.net>2020-05-20 10:52:10 +0300
commita735402828005249e944208e7128cdcc93914c29 (patch)
treed19689158a4efc040ed6a5d7ab72f8188cc6cf94
parent2f4bfe8980b95ad520a4db344af884a5cfd18f6b (diff)
Test running cypress against stable19
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--cypress/Dockerfile2
-rw-r--r--cypress/docker-compose.yml1
2 files changed, 2 insertions, 1 deletions
diff --git a/cypress/Dockerfile b/cypress/Dockerfile
index 123a952fa..4f2fc4495 100644
--- a/cypress/Dockerfile
+++ b/cypress/Dockerfile
@@ -1,4 +1,4 @@
-FROM nextcloudci/server:server-16
+FROM nextcloudci/server:server-17
RUN mkdir /var/www/html/data
RUN chown -R www-data:www-data /var/www/html/data
diff --git a/cypress/docker-compose.yml b/cypress/docker-compose.yml
index 9e9eaddff..5b81f5b2c 100644
--- a/cypress/docker-compose.yml
+++ b/cypress/docker-compose.yml
@@ -10,5 +10,6 @@ services:
environment:
CYPRESS_baseUrl:
APP_SOURCE:
+ BRANCH: stable18
volumes:
- ${APP_SOURCE}:/var/www/html/apps/text