Change compilation params
ogdhcp/pipeline/tag There was a failure building this commit Details

main
Nicolas Arenas 2025-03-26 16:08:34 +01:00
parent a8242d5f8a
commit d1f61c3936
1 changed files with 3 additions and 3 deletions

6
debian/rules vendored
View File

@ -23,6 +23,6 @@ override_dh_auto_build:
rm -rf var/cache/*; \
mkdir -p bin/; \
mkdir -p public; \
COMPOSER_ALLOW_SUPERUSER=1 APP_ENV=prod composer install --no-interaction; \
COMPOSER_ALLOW_SUPERUSER=1 APP_ENV=prod composer dump-env prod --no-interaction; \
COMPOSER_ALLOW_SUPERUSER=1 APP_ENV=prod composer update doctrine/dbal --no-interaction; \
COMPOSER_ALLOW_SUPERUSER=1 APP_ENV=prod composer install --no-interaction --no-progress --optimize-autoloader; \
COMPOSER_ALLOW_SUPERUSER=1 APP_ENV=prod composer update doctrine/dbal;