fix rice-box dir in travis
Former-commit-id: a4de4d83ab964c11bb0375a66af7b011f39990bc [formerly e93bcfd8f83c089d72245ffa79785860f00b3758] [formerly 364f472f6e27004dab8bffa8674c855e9e6d4213 [formerly ac3ad47a923d593883e57474900b9a2fff44dc7e]] Former-commit-id: 4c8cebdea67e8cd88c58563702489f7549aaa222 [formerly 1d6a75e82822a33f8edde2d64077196454f460ed] Former-commit-id: 4230de67e7923ef7450385c8c9d25654f19f18c7
This commit is contained in:
parent
bb5c041d5c
commit
cea4d2aae9
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue