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-12-07 20:37:21 +0300
committerJoas Schilling <coding@schilljs.com>2018-12-07 20:37:21 +0300
commit128d4a4a6330cce68dc76427dd5f2c02ecc8311f (patch)
tree1375550ded4bb9e6e218f9cb187ff8326bb1b253 /.drone.yml
parent9e98504872eb7e8c52e9f8e58a9850ab34a620ef (diff)
Test against master again
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.drone.yml b/.drone.yml
index 189cffc4b..184f6943f 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=stable15
+ - CORE_BRANCH=master
- DB=sqlite
commands:
# Pre-setup steps
@@ -43,7 +43,7 @@ pipeline:
image: nextcloudci/php7.0:php7.0-19
environment:
- APP_NAME=spreed
- - CORE_BRANCH=stable15
+ - CORE_BRANCH=master
- DB=sqlite
commands:
# Pre-setup steps
@@ -59,7 +59,7 @@ pipeline:
image: nextcloudci/php7.0:php7.0-19
environment:
- APP_NAME=spreed
- - CORE_BRANCH=stable15
+ - CORE_BRANCH=master
- DB=sqlite
commands:
# Pre-setup steps
@@ -75,7 +75,7 @@ pipeline:
image: nextcloudci/php7.0:php7.0-19
environment:
- APP_NAME=spreed
- - CORE_BRANCH=stable15
+ - CORE_BRANCH=master
- DB=sqlite
commands:
# Pre-setup steps
@@ -95,7 +95,7 @@ pipeline:
image: nextcloudci/php7.1:php7.1-16
environment:
- APP_NAME=spreed
- - CORE_BRANCH=stable15
+ - CORE_BRANCH=master
- DB=sqlite
commands:
# Pre-setup steps
@@ -115,7 +115,7 @@ pipeline:
image: nextcloudci/php7.2:php7.2-12
environment:
- APP_NAME=spreed
- - CORE_BRANCH=stable15
+ - CORE_BRANCH=master
- DB=sqlite
commands:
# Pre-setup steps
@@ -135,7 +135,7 @@ pipeline:
image: nextcloudci/php7.1:php7.1-16
environment:
- APP_NAME=spreed
- - CORE_BRANCH=stable15
+ - CORE_BRANCH=master
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=stable15
+ - CORE_BRANCH=master
commands:
# Pre-setup steps
- git clone --depth 1 -b $CORE_BRANCH https://github.com/nextcloud/server ../server