Browse Source

Bump drone to use newer php7 docker

tags/v10.0RC1
Roeland Jago Douma 8 years ago
parent
commit
b4e22398d6
No account linked to committer's email address
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      .drone.yml

+ 4
- 4
.drone.yml View File

@@ -22,27 +22,27 @@ build:
- git submodule update --init
- NOCOVERAGE=true ./autotest.sh sqlite
sqlite:
image: nextcloudci/php7.0:1.0.9
image: nextcloudci/php7.0:1.0.10
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.9
image: nextcloudci/php7.0:1.0.10
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.9
image: nextcloudci/php7.0:1.0.10
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.9
image: nextcloudci/php7.0:1.0.10
commands:
- rm -rf data/* config/config.php # TODO: remove this - temporary fix for CI issues
- git submodule update --init

Loading…
Cancel
Save