fix rice-box dir in travis

pull/492/head
1138-4EB 2018-08-06 05:15:57 +01:00
parent 43288e9b86
commit ac3ad47a92
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@
cd $(dirname $0)/.. cd $(dirname $0)/..
if [ -d "rice-box.go" ]; then
rm -rf rice-box.go
fi
if [ "$USE_DOCKER" != "" ]; then if [ "$USE_DOCKER" != "" ]; then
if [ -d "frontend/dist" ]; then if [ -d "frontend/dist" ]; then
rm -rf frontend/dist rm -rf frontend/dist