Fixing rules
ogdhcp/pipeline/tag There was a failure building this commit
Details
ogdhcp/pipeline/tag There was a failure building this commit
Details
parent
5f07a03986
commit
182fab4d87
|
@ -22,8 +22,7 @@ override_dh_auto_build:
|
||||||
cd api; \
|
cd api; \
|
||||||
rm -rf var/cache/*; \
|
rm -rf var/cache/*; \
|
||||||
mkdir -p bin/; \
|
mkdir -p bin/; \
|
||||||
COMPOSER_ALLOW_SUPERUSER=1 APP_ENV=prod composer require symfony/flex --no-interaction; \
|
mkdir -p public ; \
|
||||||
COMPOSER_ALLOW_SUPERUSER=1 APP_ENV=prod composer update --no-interaction; \
|
|
||||||
COMPOSER_ALLOW_SUPERUSER=1 APP_ENV=prod composer install --no-interaction; \
|
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 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 update doctrine/dbal --no-interaction; \
|
||||||
|
|
Loading…
Reference in New Issue