Commit 1cf9e008 by tingweiwang

Update start.sh

1 parent 3084c777
Showing with 6 additions and 9 deletions
...@@ -24,10 +24,6 @@ kpl_version=${10} ...@@ -24,10 +24,6 @@ kpl_version=${10}
kpl_iot_branch=${11} kpl_iot_branch=${11}
#go_operator_name=${12}
#python_operator_name=${13}
sed_proxy() sed_proxy()
...@@ -69,6 +65,7 @@ git clone -b $kpl_launcher_branch git@gitlab.seetatech.com:tingweiwang/kpl-laun ...@@ -69,6 +65,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 $kpl_iot_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
} }
...@@ -89,11 +86,11 @@ wget https://2019-10-1.oss-cn-huhehaote.aliyuncs.com/private_debs/apt-1804/debs- ...@@ -89,11 +86,11 @@ wget https://2019-10-1.oss-cn-huhehaote.aliyuncs.com/private_debs/apt-1804/debs-
} }
build_seetaas(){ build_seetaas(){
autodl_core #autodl_core
kpl_frontend #kpl_frontend
kpl_backend #kpl_backend
kpl_stream #kpl_stream
kpl_launcher #kpl_launcher
kpl_iot kpl_iot
} }
echo $kpl_version && sleep 4 echo $kpl_version && sleep 4
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!