From f1b78f15df16d28a4902d5f3f5999a8c247dfee5 Mon Sep 17 00:00:00 2001 From: Imanol Date: Wed, 29 May 2019 13:02:29 +0100 Subject: [PATCH] OPENEUROPA-1897: Use ci image. --- .drone.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 41538e58..1ea29535 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,14 +4,14 @@ workspace: services: web: - image: ${IMAGE_PHP=fpfis/httpd-php-dev:5.6} + image: ${IMAGE_PHP=fpfis/httpd-php-ci:5.6} environment: - DOCUMENT_ROOT=/test/task-runner pipeline: composer-install-lowest: group: prepare - image: ${IMAGE_PHP=fpfis/httpd-php-dev:5.6} + image: ${IMAGE_PHP=fpfis/httpd-php-ci:5.6} volumes: - /cache:/cache commands: @@ -25,7 +25,7 @@ pipeline: composer-install-highest: group: prepare - image: ${IMAGE_PHP=fpfis/httpd-php-dev:5.6} + image: ${IMAGE_PHP=fpfis/httpd-php-ci:5.6} volumes: - /cache:/cache commands: @@ -36,20 +36,20 @@ pipeline: grumphp: group: test - image: ${IMAGE_PHP=fpfis/httpd-php-dev:5.6} + image: ${IMAGE_PHP=fpfis/httpd-php-ci:5.6} commands: - ./vendor/bin/grumphp run phpunit: group: test - image: ${IMAGE_PHP=fpfis/httpd-php-dev:5.6} + image: ${IMAGE_PHP=fpfis/httpd-php-ci:5.6} commands: - ./vendor/bin/phpunit matrix: IMAGE_PHP: - - fpfis/httpd-php-dev:5.6 - - fpfis/httpd-php-dev:7.1 + - fpfis/httpd-php-ci:5.6 + - fpfis/httpd-php-ci:7.1 COMPOSER_BOUNDARY: - lowest - highest