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