Commit 63d7eba6 by tingweiwang

增加kpl-edu 项目收集

1 parent da190784
Showing with 9 additions and 0 deletions
......@@ -22,6 +22,7 @@ kpl_stream_branch=$8
kpl_launcher_branch=$9
kpl_version=${10}
kpl_iot_branch=${11}
kpl_edu=${12}
......@@ -71,6 +72,13 @@ git clone -b $kpl_iot_branch git@gitlab.seetatech.com:seetaas.com/kpl-iot.git $s
}
kpl_edu(){
echo "拉取$kpl_edu_branch分支的seetaas-backend代码,修改名为kpl-edu并且编译"
git clone -b $kpl_edu_branch git@gitlab.seetatech.com:seetaas.com/seetaas-backend.git $seetaas_workspace/src/kpl-edu && cd $seetaas_workspace/src/kpl-edu/ && export GOPATH=$seetaas_workspace && sed_proxy && make build mode=dev || echo "重新尝试" && rm -rf $seetaas_workspace/pkg && make build mode=dev
}
private_img(){
wget https://2019-10-1.oss-cn-huhehaote.aliyuncs.com/private_images/images.tar.gz -P $base_package_workspace
}
......@@ -93,6 +101,7 @@ kpl_backend
kpl_stream
kpl_launcher
kpl_iot
kpl_edu
}
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!