Commit c4669335 by tingweiwang

Update start.sh

1 parent 786bdde5
Showing with 0 additions and 1 deletions
......@@ -45,7 +45,6 @@ kpl_backend(){
echo "拉取master 分支 seetaas-backend代码,并且编译"
git clone -b $kpl_backend_branch git@gitlab.seetatech.com:seetaas.com/seetaas-backend.git $seetaas_workspace/src/seetaas-backend && cd $seetaas_workspace/src/seetaas-backend/ && export GOPATH=$seetaas_workspace && sed_proxy && make build -j 7 || echo "重新尝试" && rm -rf $seetaas_workspace/pkg && make build mode=dev
echo "删除pkg包" && rm -rf $seetaas_workspace/pkg
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!