From d7d8974bd2f92f5d229a4fe28aee057ca44940d4 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 24 Feb 2025 11:45:24 +0100 Subject: [PATCH] fix ci --- .woodpecker/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.woodpecker/build.yml b/.woodpecker/build.yml index bd20a70..2db6ec0 100644 --- a/.woodpecker/build.yml +++ b/.woodpecker/build.yml @@ -34,21 +34,21 @@ steps: - composer install --no-scripts "Migrates database": - image: deblan/php:8.1 + image: deblan/php:8.3 environment: - - PHP=php + PHP: php commands: - ./bin/doctrine-migrate "Generates JS routes": - image: deblan/php:8.1 + image: deblan/php:8.3 commands: - php bin/console fos:js-routing:dump --format=json --target=public/js/fos_js_routes.json "Build assets": image: node:20-alpine environment: - - CPU_COUNT=3 + CPU_COUNT: 3 commands: - apk add --no-cache git - npm install -g svg2ttf ttf2eot ttf2woff2 @@ -76,7 +76,7 @@ services: db: image: mariadb:10.3 environment: - - MARIADB_ROOT_PASSWORD=root + MARIADB_ROOT_PASSWORD: root volumes: node_cache: