Skip to content

Commit 80575e4

Browse files
author
Zane
committed
wipe images cache on TLI1 import
1 parent 6a3a194 commit 80575e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎scripts/tli1-import.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ wsuMysql -e "DROP TABLE IF EXISTS turbolab_it.doctrine_migration_versions"
1010
bash "${SCRIPT_DIR}migrate.sh"
1111

1212
cd ${PROJECT_DIR}
13+
rm -rf ${PROJECT_DIR}var/uploaded-assets/images/cache
1314
wsuSymfony console tli1 "$@"
1415
wsuSymfony console TagAggregator
1516
wsuSymfony console cache:clear

0 commit comments

Comments
 (0)