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 dc508fc4
authored
Feb 02, 2021
by
tingweiwang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update start.sh
1 parent
871a57ab
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
start.sh
start.sh
View file @
dc508fc
...
@@ -43,13 +43,14 @@ git clone -b $kpl_frontend_branch git@gitlab.seetatech.com:seetaas/seetaas-v3.g
...
@@ -43,13 +43,14 @@ git clone -b $kpl_frontend_branch git@gitlab.seetatech.com:seetaas/seetaas-v3.g
kpl_backend
(){
kpl_backend
(){
echo
"拉取master 分支 seetaas-backend代码,并且编译"
echo
"拉取master 分支 seetaas-backend代码,并且编译"
git clone -b
$kpl_backend_branch
git@gitlab.seetatech.com:seetaas.com/seetaas-backend.git
$seetaas_workspace
/src/seetaas-backend
&&
cd
$seetaas_workspace
/src/seetaas-backend/
&&
export
GOPATH
=
$seetaas_workspace
&&
sed_proxy
&&
make build -j 7
||
echo
"重新尝试"
&&
rm -rf
$seetaas_workspace
/pkg
&&
make build
mode
=
dev
git clone -b
$kpl_backend_branch
git@gitlab.seetatech.com:seetaas.com/seetaas-backend.git
$seetaas_workspace
/src/seetaas-backend
&&
cd
$seetaas_workspace
/src/seetaas-backend/
&&
export
GOPATH
=
$seetaas_workspace
&&
sed_proxy
&&
make build -j 7
||
echo
"重新尝试"
&&
rm -rf
$seetaas_workspace
/pkg
&&
make build
mode
=
dev
echo
"删除pkg包"
&&
rm -rf
$seetaas_workspace
/pkg
}
}
kpl_stream
(){
kpl_stream
(){
echo
"拉取master 分支 kpl-stream代码,并且编译"
echo
"拉取master 分支 kpl-stream代码,并且编译"
git clone -b
$kpl_stream_branch
git@gitlab.seetatech.com:seetaas.com/kpl-stream.git
$seetaas_workspace
/src/kpl-stream
&&
cd
$seetaas_workspace
/src/kpl-stream/
&&
export
GOPATH
=
$seetaas_workspace
&&
sed_proxy
&&
make build
mode
=
dev
||
echo
"重新尝试"
&&
rm -rf
$seetaas_workspace
/pkg
&&
make build
mode
=
dev
git clone -b
$kpl_stream_branch
git@gitlab.seetatech.com:seetaas.com/kpl-stream.git
$seetaas_workspace
/src/kpl-stream
&&
cd
$seetaas_workspace
/src/kpl-stream/
&&
export
GOPATH
=
$seetaas_workspace
&&
sed_proxy
&&
make build
mode
=
dev
||
echo
"重新尝试"
&&
rm -rf
$seetaas_workspace
/pkg
&&
make build
mode
=
dev
}
}
kpl_launcher
(){
kpl_launcher
(){
...
@@ -121,6 +122,7 @@ if [[ $private_apt_debs == "true" ]];then
...
@@ -121,6 +122,7 @@ if [[ $private_apt_debs == "true" ]];then
else
else
echo
"跳过收集private debs"
echo
"跳过收集private debs"
fi
fi
echo
"删除后端pkg"
&&
rm -rf
$seetaas_workspace
/pkg
||
exit
122
echo
"打包收集到的数据目录并移动到本机archive目录"
echo
"打包收集到的数据目录并移动到本机archive目录"
cd
$base_package_workspace
&&
tar -cvzf
$archive_package_workspace
/deploy-
$kpl_version
-
$date
.tar.gz ./
*
cd
$base_package_workspace
&&
tar -cvzf
$archive_package_workspace
/deploy-
$kpl_version
-
$date
.tar.gz ./
*
echo
"将archive的压缩包上传到oss中"
echo
"将archive的压缩包上传到oss中"
...
...
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