Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
tingweiwang
/
deploy-project-archive
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 1cf9e008
authored
Mar 10, 2021
by
tingweiwang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update start.sh
1 parent
3084c777
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
9 deletions
start.sh
start.sh
View file @
1cf9e00
...
...
@@ -24,10 +24,6 @@ kpl_version=${10}
kpl_iot_branch
=
${
11
}
#go_operator_name=${12}
#python_operator_name=${13}
sed_proxy
()
...
...
@@ -69,6 +65,7 @@ git clone -b $kpl_launcher_branch git@gitlab.seetatech.com:tingweiwang/kpl-laun
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
}
...
...
@@ -89,11 +86,11 @@ wget https://2019-10-1.oss-cn-huhehaote.aliyuncs.com/private_debs/apt-1804/debs-
}
build_seetaas
(){
autodl_core
kpl_frontend
kpl_backend
kpl_stream
kpl_launcher
#
autodl_core
#
kpl_frontend
#
kpl_backend
#
kpl_stream
#
kpl_launcher
kpl_iot
}
echo
$kpl_version
&&
sleep 4
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment