Adjust rules
testing/ogcore-api/pipeline/head This commit looks good Details
ogcore-debian-package/pipeline/tag There was a failure building this commit Details

pull/27/head^2
Nicolas Arenas 2025-03-27 09:15:35 +01:00
parent 8b9328b6a3
commit e3d8a520ca
1 changed files with 2 additions and 2 deletions

4
debian/rules vendored
View File

@ -8,5 +8,5 @@ override_dh_auto_build:
export COMPOSER_ALLOW_SUPERUSER=1
export APP_ENV=prod
dh_auto_build
composer install --no-dev --no-interaction --no-progress --optimize-autoloader
composer dump-env prod
COMPOSER_ALLOW_SUPERUSER=1APP_ENV=prod composer install --no-dev --no-interaction --no-progress --optimize-autoloader
COMPOSER_ALLOW_SUPERUSER=1APP_ENV=prod composer dump-env prod