summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
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 8104fad21..f182372a3 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=stable14
+ - CORE_BRANCH=master
- DB=sqlite
commands:
# Pre-setup steps
@@ -35,7 +35,7 @@ pipeline:
image: nextcloudci/php7.0:php7.0-19
environment:
- APP_NAME=spreed
- - CORE_BRANCH=stable14
+ - CORE_BRANCH=master
- DB=sqlite
commands:
# Pre-setup steps
@@ -51,7 +51,7 @@ pipeline:
image: nextcloudci/php7.0:php7.0-19
environment:
- APP_NAME=spreed
- - CORE_BRANCH=stable14
+ - CORE_BRANCH=master
- DB=sqlite
commands:
# Pre-setup steps
@@ -67,7 +67,7 @@ pipeline:
image: nextcloudci/php7.0:php7.0-19
environment:
- APP_NAME=spreed
- - CORE_BRANCH=stable14
+ - CORE_BRANCH=master
- DB=sqlite
commands:
# Pre-setup steps
@@ -87,7 +87,7 @@ pipeline:
image: nextcloudci/php7.1:php7.1-16
environment:
- APP_NAME=spreed
- - CORE_BRANCH=stable14
+ - CORE_BRANCH=master
- DB=sqlite
commands:
# Pre-setup steps
@@ -107,7 +107,7 @@ pipeline:
image: nextcloudci/php7.2:php7.2-12
environment:
- APP_NAME=spreed
- - CORE_BRANCH=stable14
+ - CORE_BRANCH=master
- DB=sqlite
commands:
# Pre-setup steps
@@ -127,7 +127,7 @@ pipeline:
image: nextcloudci/php7.1:php7.1-16
environment:
- APP_NAME=spreed
- - CORE_BRANCH=stable14
+ - CORE_BRANCH=master
commands:
# Pre-setup steps
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
@@ -155,7 +155,7 @@ pipeline:
image: nextcloudci/acceptance-php7.1:acceptance-php7.1-2
environment:
- APP_NAME=spreed
- - CORE_BRANCH=stable14
+ - CORE_BRANCH=master
commands:
# Pre-setup steps
- git clone --depth 1 -b $CORE_BRANCH https://github.com/nextcloud/server ../server
@@ -173,7 +173,7 @@ pipeline:
image: nextcloudci/acceptance-php7.1:acceptance-php7.1-2
environment:
- APP_NAME=spreed
- - CORE_BRANCH=stable14
+ - CORE_BRANCH=master
commands:
# Pre-setup steps
- git clone --depth 1 -b $CORE_BRANCH https://github.com/nextcloud/server ../server