Skip to content

Commit

Permalink
Test against master again
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Dec 7, 2018
1 parent 9e98504 commit 128d4a4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 128d4a4

Please sign in to comment.