File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ run () {
2222
2323CACHE_DIR=${DIR} var/cache/prod
2424# run "Remove cache directory:" "rm -rf ${CACHE_DIR}"
25- run " Drop and init dbal:" " php ${DIR} bin/console --env=prod doctrine:phpcr:init:dbal --drop --force -n"
26- run " Init repositories:" " php ${DIR} bin/console --env=prod doctrine:phpcr:repository:init -n"
27- run " Load date fixtures:" " php ${DIR} bin/console --env=prod doctrine:phpcr:fixtures:load -n"
28- run " Warm up cache:" " php ${DIR} bin/console --env=prod cache:warmup -n --no-debug"
25+ run " Drop and init dbal:" " php ${DIR} bin/console --env=prod doctrine:phpcr:init:dbal --drop --force -n -vvv "
26+ run " Init repositories:" " php ${DIR} bin/console --env=prod doctrine:phpcr:repository:init -n -vvv "
27+ run " Load date fixtures:" " php ${DIR} bin/console --env=prod doctrine:phpcr:fixtures:load -n -vvv "
28+ run " Warm up cache:" " php ${DIR} bin/console --env=prod cache:warmup -n --no-debug -vvv "
You can’t perform that action at this time.
0 commit comments