Commit f7505d8d by tingweiwang

Update start.sh

1 parent 0243ce79
Showing with 2 additions and 2 deletions
...@@ -48,7 +48,7 @@ git clone -b $kpl_frontend_branch git@gitlab.seetatech.com:seetaas/seetaas-v3.g ...@@ -48,7 +48,7 @@ git clone -b $kpl_frontend_branch git@gitlab.seetatech.com:seetaas/seetaas-v3.g
kpl_backend(){ kpl_backend(){
echo "拉取master 分支 seetaas-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 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
} }
...@@ -66,7 +66,7 @@ git clone -b $kpl_launcher_branch git@gitlab.seetatech.com:tingweiwang/kpl-laun ...@@ -66,7 +66,7 @@ git clone -b $kpl_launcher_branch git@gitlab.seetatech.com:tingweiwang/kpl-laun
kpl_iot(){ kpl_iot(){
echo "拉取master 分支 kpl-iot代码,并且编译" echo "拉取master 分支 kpl-iot代码,并且编译"
echo "检查11:${11}"
echo "当前分支为:$kpl_iot_branch" echo "当前分支为:$kpl_iot_branch"
echo "kpl launcher分支为:$kpl_launcher_branch" echo "kpl launcher分支为:$kpl_launcher_branch"
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!