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 () {
22
22
23
23
CACHE_DIR=${DIR} var/cache/prod
24
24
# run "Remove cache directory:" "rm -rf ${CACHE_DIR}"
25
- run " Drop and init dbal:" " ${DIR} bin/console --env=prod doctrine:phpcr:init:dbal --drop --force -n"
26
- run " Init repositories:" " ${DIR} bin/console --env=prod doctrine:phpcr:repository:init -n"
27
- run " Load date fixtures:" " ${DIR} bin/console --env=prod doctrine:phpcr:fixtures:load -n"
28
- run " Warm up cache:" " ${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"
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"
You can’t perform that action at this time.
0 commit comments