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
182fab4d87
commit
a8242d5f8a
|
@ -22,7 +22,7 @@ override_dh_auto_build:
|
||||||
cd api; \
|
cd api; \
|
||||||
rm -rf var/cache/*; \
|
rm -rf var/cache/*; \
|
||||||
mkdir -p bin/; \
|
mkdir -p bin/; \
|
||||||
mkdir -p public ; \
|
mkdir -p public; \
|
||||||
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