Bump drone images

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2018-01-13 10:31:55 +01:00
parent 009734295c
commit f34fae640d

View File

@@ -5,7 +5,7 @@ clone:
pipeline: pipeline:
check-app-compatbility: check-app-compatbility:
image: nextcloudci/php5.6:php5.6-3 image: nextcloudci/php7.0:php7.0-17
environment: environment:
- APP_NAME=deck - APP_NAME=deck
- CORE_BRANCH=master - CORE_BRANCH=master
@@ -23,16 +23,14 @@ pipeline:
matrix: matrix:
TESTS: check-app-compatbility TESTS: check-app-compatbility
signed-off-check: signed-off-check:
image: nextcloudci/php7.0:php7.0-2 image: nextcloudci/php7.0:php7.0-17
environment: environment:
- APP_NAME=deck - APP_NAME=deck
- CORE_BRANCH=master - CORE_BRANCH=master
- DB=sqlite - DB=sqlite
commands: commands:
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh - wget https://raw.githubusercontent.com/nextcloud/server/master/build/signed-off-checker.php
- bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB - php ./signed-off-checker.php
- cd ../server
- php ./build/signed-off-checker.php
when: when:
matrix: matrix:
TESTS: signed-off-check TESTS: signed-off-check
@@ -40,7 +38,7 @@ pipeline:
image: nextcloudci/php5.6:php5.6-8 image: nextcloudci/php5.6:php5.6-8
environment: environment:
- APP_NAME=deck - APP_NAME=deck
- CORE_BRANCH=master - CORE_BRANCH=stable13
- DB=sqlite - DB=sqlite
commands: commands:
- composer install - composer install
@@ -88,7 +86,7 @@ pipeline:
image: nextcloudci/php5.6:php5.6-8 image: nextcloudci/php5.6:php5.6-8
environment: environment:
- APP_NAME=deck - APP_NAME=deck
- CORE_BRANCH=master - CORE_BRANCH=stable13
- DB=sqlite - DB=sqlite
commands: commands:
- apt update && apt-get -y install php5-xdebug - apt update && apt-get -y install php5-xdebug
@@ -166,7 +164,7 @@ pipeline:
matrix: matrix:
TESTS: php7.2 TESTS: php7.2
integration: integration:
image: nextcloudci/integration-php7.0:integration-php7.0-3 image: nextcloudci/integration-php7.0:integration-php7.0-6
environment: environment:
- APP_NAME=deck - APP_NAME=deck
- CORE_BRANCH=master - CORE_BRANCH=master