From 9927be21987cc9d4750ea9e36d239d9e2bcf5451 Mon Sep 17 00:00:00 2001 From: Abel Hoogeveen Date: Sat, 10 Dec 2022 13:16:13 +0100 Subject: [PATCH] Fixed drone file, should build now. --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 271809d..08e636b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,7 +24,7 @@ steps: - docker-php-ext-enable xdebug - vendor/bin/phpunit -c test/phpunit.xml --testsuite storage environment: - OBJECTSTORAGE_PROVIDER: DummyProvider + STORAGE_PROVIDER: DummyProvider - name: PHP81FileProviderTest image: registry.i15.nl/i15/fuzephp:8.1-alpine @@ -32,7 +32,7 @@ steps: - docker-php-ext-enable xdebug - vendor/bin/phpunit -c test/phpunit.xml --testsuite storage environment: - OBJECTSTORAGE_PROVIDER: FileProvider + STORAGE_PROVIDER: FileProvider - name: PHP81RedisProviderTest image: registry.i15.nl/i15/fuzephp:8.1-alpine @@ -40,8 +40,8 @@ steps: - docker-php-ext-enable xdebug - vendor/bin/phpunit -c test/phpunit.xml --testsuite storage environment: - OBJECTSTORAGE_PROVIDER: RedisProvider - OBJECTSTORAGE_REDIS_HOST: cache + STORAGE_PROVIDER: RedisProvider + STORAGE_REDIS_HOST: cache - name: coverage image: registry.i15.nl/i15/fuzephp:8.1-alpine