Commit a39b13d9 by tingweiwang

Update start.sh

1 parent 6959a5cc
Showing with 1 additions and 0 deletions
...@@ -67,6 +67,7 @@ kpl_iot(){ ...@@ -67,6 +67,7 @@ kpl_iot(){
echo "拉取master 分支 kpl-iot代码,并且编译" echo "拉取master 分支 kpl-iot代码,并且编译"
echo "当前分支为:${kpl_iot_branch}" echo "当前分支为:${kpl_iot_branch}"
echo "kpl launcher分支为:$kpl_launcher_branch"
git clone -b $kpl_iot_branch git@gitlab.seetatech.com:seetaas.com/kpl-iot.git $seetaas_workspace/src/kpl-iot && cd $seetaas_workspace/src/kpl-iot/ && export GOPATH=$seetaas_workspace && sed_proxy && make build mode=dev || echo "重新尝试" && rm -rf $seetaas_workspace/pkg && make build mode=dev git clone -b $kpl_iot_branch git@gitlab.seetatech.com:seetaas.com/kpl-iot.git $seetaas_workspace/src/kpl-iot && cd $seetaas_workspace/src/kpl-iot/ && export GOPATH=$seetaas_workspace && sed_proxy && make build mode=dev || echo "重新尝试" && rm -rf $seetaas_workspace/pkg && make build mode=dev
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!