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>2019-08-14 14:42:42 +0300
committerJulius Härtl <jus@bitgrid.net>2019-08-14 14:42:42 +0300
commita0b37befb0b18b894eefe51c0c90b4617095847f (patch)
tree0685581b136d660e4eece8c7d9a66eb8045e5fc2 /.drone.yml
parentfc77082b75bd640951988a732474946613355af7 (diff)
Prepare master for 18
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml
index 670e1b04e..088420792 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -54,7 +54,7 @@ steps:
image: nextcloudci/php7.1:php7.1-16
environment:
APP_NAME: text
- CORE_BRANCH: stable16
+ CORE_BRANCH: stable17
DB: sqlite
commands:
- bash ./tests/drone-server-setup.sh $APP_NAME $CORE_BRANCH $DB
@@ -76,7 +76,7 @@ steps:
image: nextcloudci/php7.1:php7.1-16
environment:
APP_NAME: text
- CORE_BRANCH: stable16
+ CORE_BRANCH: stable17
DB: mysql
commands:
- bash ./tests/drone-server-setup.sh $APP_NAME $CORE_BRANCH $DB
@@ -107,7 +107,7 @@ steps:
image: nextcloudci/php7.1:php7.1-16
environment:
APP_NAME: text
- CORE_BRANCH: stable16
+ CORE_BRANCH: stable17
DB: postgres
commands:
- bash ./tests/drone-server-setup.sh $APP_NAME $CORE_BRANCH $DB