We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc0aee3 commit 06cc647Copy full SHA for 06cc647
bin/reloadFixtures.sh
@@ -20,7 +20,8 @@ run () {
20
fi
21
}
22
23
-run "Remove cache directory:" "rm -rf ${DIR}var/cache/prod"
+CACHE_DIR=${DIR}var/cache/prod
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"
0 commit comments