Commit 14995cdc by tingweiwang

Update start.sh

1 parent 33911060
Showing with 2 additions and 2 deletions
......@@ -21,7 +21,7 @@ kpl_backend_branch=$7
kpl_stream_branch=$8
kpl_launcher_branch=$9
kpl_version=${10}
kpl_iot=${11}
kpl_iot_branch=${11}
#go_operator_name=${12}
......@@ -69,7 +69,7 @@ git clone -b $kpl_launcher_branch git@gitlab.seetatech.com:tingweiwang/kpl-laun
kpl_iot(){
echo "拉取master 分支 kpl-iot代码,并且编译"
git clone -b $kpl_iot 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!