Skip to content

Commit da9f49a

Browse files
committed
Update CacheClear to Remove DebugKit SQLite File
Removes the generated DebugKit SQLite file Signed-off-by: Justin Yost <justin@loadsys.com>
1 parent 71c3df0 commit da9f49a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

cache-clear

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,8 @@ fi
2929
echo "## Clearing cache folders.";
3030

3131
bin/cake cache clear_all
32+
33+
echo "## Removing DebugKit SQLite file.";
34+
35+
DIR="$( cd -P "$( dirname "$0" )"/.. >/dev/null 2>&1 && pwd )"
36+
rm $DIR/tmp/debug_kit.sqlite

0 commit comments

Comments
 (0)