Remove interactive from schema update
All checks were successful
/ build (push) Successful in 1m29s

This commit is contained in:
Michel 2024-11-07 18:40:14 +01:00
parent 00f85c343b
commit a1adc59ad9

View file

@ -1,14 +1,12 @@
#!/usr/bin/env bash
docker run -i --rm --volume "$PWD":/app -w /app node npm install
docker run -i --rm --volume "$PWD":/app -w /app node npm run build
docker run --rm --volume "$PWD":/app -w /app node npm install
docker run --rm --volume "$PWD":/app -w /app node npm run build
docker run -i --rm --volume "$PWD":/app -w /app composer composer install --ignore-platform-req=ext-gd
docker run --rm --volume "$PWD":/app -w /app composer composer install --ignore-platform-req=ext-gd
docker run \
--volume "$PWD":/app \
--rm \
--interactive \
--tty \
php:8.3-cli \
php /app/src/php/bin/doctrine.php orm:schema-tool:update --force