Skip to content

Commit 06cc647

Browse files
committed
try without removing cache dir
1 parent fc0aee3 commit 06cc647

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/reloadFixtures.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ run () {
2020
fi
2121
}
2222

23-
run "Remove cache directory:" "rm -rf ${DIR}var/cache/prod"
23+
CACHE_DIR=${DIR}var/cache/prod
24+
#run "Remove cache directory:" "rm -rf ${CACHE_DIR}"
2425
run "Drop and init dbal:" "${DIR}bin/console --env=prod doctrine:phpcr:init:dbal --drop --force -n"
2526
run "Init repositories:" "${DIR}bin/console --env=prod doctrine:phpcr:repository:init -n"
2627
run "Load date fixtures:" "${DIR}bin/console --env=prod doctrine:phpcr:fixtures:load -n"

0 commit comments

Comments
 (0)