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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2016-07-09 21:17:01 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2016-07-09 21:17:01 +0300
commitaab741e4a0a0d09e73ddd2d371cf0ed18103da44 (patch)
tree990930a93beeae56d30d1625bef94002a01939ee /.drone.yml
parentb4e22398d6d9f908d2b8624781081219bc7c7255 (diff)
Run mysql and posgres on 5.6
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.drone.yml b/.drone.yml
index 5d8ed69b6ae..2b17ba42f77 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -21,28 +21,28 @@ build:
- rm -rf data/* config/config.php # TODO: remove this - temporary fix for CI issues
- git submodule update --init
- NOCOVERAGE=true ./autotest.sh sqlite
- sqlite:
- image: nextcloudci/php7.0:1.0.10
+ sqlite-php7.0:
+ image: nextcloudci/php7.0:1.0.9
commands:
- rm -rf data/* config/config.php # TODO: remove this - temporary fix for CI issues
- git submodule update --init
- NOCOVERAGE=true ./autotest.sh sqlite
- mysql:
- image: nextcloudci/php7.0:1.0.10
+ mysql-php5.6:
+ image: nextcloudci/php5.6:1.0.6
commands:
- sleep 15 # gives the database enough time to initialize
- rm -rf data/* config/config.php # TODO: remove this - temporary fix for CI issues
- git submodule update --init
- NOCOVERAGE=true ./autotest.sh mysql
- postgres:
- image: nextcloudci/php7.0:1.0.10
+ postgres-php5.6:
+ image: nextcloudci/php5.6:1.0.6
commands:
- sleep 10 # gives the database enough time to initialize
- rm -rf data/* config/config.php # TODO: remove this - temporary fix for CI issues
- git submodule update --init
- NOCOVERAGE=true ./autotest.sh pgsql
integration:
- image: nextcloudci/php7.0:1.0.10
+ image: nextcloudci/php7.0:1.0.9
commands:
- rm -rf data/* config/config.php # TODO: remove this - temporary fix for CI issues
- git submodule update --init