Commit 86a35510 by huangchengyi

1.0

parent 869d1cf5
Showing with 1 additions and 1 deletions
......@@ -5,7 +5,7 @@ echo $Cur_Dir
cd $Cur_Dir
git reset --hard HEAD
git pull origin master
rm -f ${Cur_Dir}"/cmd/http"
rm -f ${Cur_Dir}"/cmd/http/http"
export GO111MODULE=on
go env -w GOPROXY=https://goproxy.cn,direct
go build -o ${Cur_Dir}"/cmd/http/http" ${Cur_Dir}"/cmd/http/http_server.go"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment