Commit 871a57ab by tingweiwang

Update start.sh

1 parent c4669335
Showing with 1 additions and 2 deletions
...@@ -37,8 +37,7 @@ git clone -b $autodl_core_branch git@gitlab.seetatech.com:autodl.com/autodl-core ...@@ -37,8 +37,7 @@ git clone -b $autodl_core_branch git@gitlab.seetatech.com:autodl.com/autodl-core
kpl_frontend(){ kpl_frontend(){
echo "拉取kpl前端的$kpl_frontend_branch 分支,并且编译" echo "拉取kpl前端的$kpl_frontend_branch 分支,并且编译"
git clone -b $kpl_frontend_branch git@gitlab.seetatech.com:seetaas/seetaas-v3.git $seetaas_workspace/seetaas-v3 && cd $seetaas_workspace/seetaas-v3/ && export GOPATH=$seetaas_workspace && sed_proxy && make build mode=dev && \ git clone -b $kpl_frontend_branch git@gitlab.seetatech.com:seetaas/seetaas-v3.git $seetaas_workspace/seetaas-v3 && cd $seetaas_workspace/seetaas-v3/ && export GOPATH=$seetaas_workspace && sed_proxy && make build mode=dev && rm -rf node_modules
rm -rf node_modules
} }
kpl_backend(){ kpl_backend(){
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!