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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2018-11-28 17:14:56 +0300
committerJoas Schilling <coding@schilljs.com>2018-11-28 17:14:56 +0300
commita74baaed4ba0b141385abb6840b87c85ee6d16fb (patch)
tree9b6bd04566f5b21bc0fbf9a4f4ad28da24a343bb /.drone.yml
parentfedd0f8b9d87dd58c339c72fbd12e75cd9baa40c (diff)
Test against 15 for now
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/.drone.yml b/.drone.yml
index 296577a6f..dc564d035 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -17,7 +17,7 @@ pipeline:
image: nextcloudci/php7.0:php7.0-19
environment:
- APP_NAME=spreed
- - CORE_BRANCH=master
+ - CORE_BRANCH=stable15
- DB=sqlite
commands:
# Pre-setup steps
@@ -43,7 +43,7 @@ pipeline:
image: nextcloudci/php7.0:php7.0-19
environment:
- APP_NAME=spreed
- - CORE_BRANCH=master
+ - CORE_BRANCH=stable15
- DB=sqlite
commands:
# Pre-setup steps
@@ -59,7 +59,7 @@ pipeline:
image: nextcloudci/php7.0:php7.0-19
environment:
- APP_NAME=spreed
- - CORE_BRANCH=master
+ - CORE_BRANCH=stable15
- DB=sqlite
commands:
# Pre-setup steps
@@ -75,7 +75,7 @@ pipeline:
image: nextcloudci/php7.0:php7.0-19
environment:
- APP_NAME=spreed
- - CORE_BRANCH=master
+ - CORE_BRANCH=stable15
- DB=sqlite
commands:
# Pre-setup steps
@@ -95,7 +95,7 @@ pipeline:
image: nextcloudci/php7.1:php7.1-16
environment:
- APP_NAME=spreed
- - CORE_BRANCH=master
+ - CORE_BRANCH=stable15
- DB=sqlite
commands:
# Pre-setup steps
@@ -115,7 +115,7 @@ pipeline:
image: nextcloudci/php7.2:php7.2-12
environment:
- APP_NAME=spreed
- - CORE_BRANCH=master
+ - CORE_BRANCH=stable15
- DB=sqlite
commands:
# Pre-setup steps
@@ -135,7 +135,7 @@ pipeline:
image: nextcloudci/php7.1:php7.1-16
environment:
- APP_NAME=spreed
- - CORE_BRANCH=master
+ - CORE_BRANCH=stable15
commands:
# Pre-setup steps
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
@@ -163,7 +163,7 @@ pipeline:
image: nextcloudci/acceptance-php7.1:acceptance-php7.1-2
environment:
- APP_NAME=spreed
- - CORE_BRANCH=master
+ - CORE_BRANCH=stable15
commands:
# Pre-setup steps
- git clone --depth 1 -b $CORE_BRANCH https://github.com/nextcloud/server ../server
@@ -181,7 +181,7 @@ pipeline:
image: nextcloudci/acceptance-php7.1:acceptance-php7.1-2
environment:
- APP_NAME=spreed
- - CORE_BRANCH=master
+ - CORE_BRANCH=stable15
commands:
# Pre-setup steps
- git clone --depth 1 -b $CORE_BRANCH https://github.com/nextcloud/server ../server