fix ci
This commit is contained in:
parent
1dcf735141
commit
d7d8974bd2
1 changed files with 5 additions and 5 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue