Fixing rules
ogdhcp/pipeline/tag There was a failure building this commit Details

main
Nicolas Arenas 2025-03-26 15:41:59 +01:00
parent 5f07a03986
commit 182fab4d87
1 changed files with 1 additions and 2 deletions

3
debian/rules vendored
View File

@ -22,8 +22,7 @@ override_dh_auto_build:
cd api; \
rm -rf var/cache/*; \
mkdir -p bin/; \
COMPOSER_ALLOW_SUPERUSER=1 APP_ENV=prod composer require symfony/flex --no-interaction; \
COMPOSER_ALLOW_SUPERUSER=1 APP_ENV=prod composer update --no-interaction; \
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; \