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 b4c5f0a commit 0c768aeCopy full SHA for 0c768ae
bin/reloadFixtures.sh
@@ -19,7 +19,7 @@ run () {
19
fi
20
}
21
22
-run "Remove cache directory:" "rm -rf var/cache/prod"
+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"
0 commit comments