Commit df3cdcae by tingweiwang

Update start.sh

1 parent 5686b186
Showing with 2 additions and 1 deletions
...@@ -36,7 +36,8 @@ git clone -b master git@gitlab.seetatech.com:autodl.com/autodl-core.git $seeta ...@@ -36,7 +36,8 @@ git clone -b master git@gitlab.seetatech.com:autodl.com/autodl-core.git $seeta
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
} }
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!