浏览代码

Bump drone to use newer php7 docker

tags/v10.0RC1
Roeland Jago Douma 8 年前
父节点
当前提交
b4e22398d6
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4
    4
      .drone.yml

+ 4
- 4
.drone.yml 查看文件

@@ -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

正在加载...
取消
保存