Skip to content

Commit

Permalink
modify build.sh not to clean bin folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tongxiaofeng committed Dec 21, 2016
1 parent 913dad1 commit a9c95dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ GOOS=$GOOS GOARCH=$GOARCH go install

echo "############ remove all binary files. ############"
cd $ROOT/bin
rm -rf *
#rm -rf *

echo "############ build and install console. ############"
cd $ROOT/src/console
Expand Down

0 comments on commit a9c95dc

Please sign in to comment.