Commit 0243ce79 by tingweiwang

Update start.sh

1 parent a39b13d9
Showing with 2 additions and 1 deletions
......@@ -26,6 +26,7 @@ kpl_iot_branch=${11}
sed_proxy()
{
find $seetaas_workspace -maxdepth 3 -type f -name Makefile |xargs sed -i s@go_proxy_server@$go_proxy_server@g
......@@ -66,7 +67,7 @@ git clone -b $kpl_launcher_branch git@gitlab.seetatech.com:tingweiwang/kpl-laun
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
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!