Skip to content

Commit

Permalink
fix rice-box dir in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
1138-4EB committed Aug 6, 2018
1 parent 43288e9 commit ac3ad47
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/build_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

cd $(dirname $0)/..

if [ -d "rice-box.go" ]; then
rm -rf rice-box.go
fi

if [ "$USE_DOCKER" != "" ]; then
if [ -d "frontend/dist" ]; then
rm -rf frontend/dist
Expand Down

0 comments on commit ac3ad47

Please sign in to comment.