Commit 1677265f by hcy001

1

parent 80526931
Showing with 3 additions and 2 deletions
......@@ -4,8 +4,9 @@ Cur_Dir=$(pwd)
echo $Cur_Dir
cd $Cur_Dir
git reset --hard HEAD
git pull origin dev
#rm -f ${Cur_Dir}"/cmd/http/http"
branch_name = $(git name-rev --name-only HEAD)
echo branch_name
git pull origin branch_name
export GO111MODULE=on
export CGO_ENABLED=0
go env -w GOPROXY=https://goproxy.cn,direct
......
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