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 df3cdcae
authored
Jan 29, 2021
by
tingweiwang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update start.sh
1 parent
5686b186
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
start.sh
start.sh
View file @
df3cdca
...
@@ -36,7 +36,8 @@ git clone -b master git@gitlab.seetatech.com:autodl.com/autodl-core.git $seeta
...
@@ -36,7 +36,8 @@ git clone -b master git@gitlab.seetatech.com:autodl.com/autodl-core.git $seeta
kpl_frontend
(){
kpl_frontend
(){
echo
"拉取kpl前端的
$kpl_frontend_branch
分支,并且编译"
echo
"拉取kpl前端的
$kpl_frontend_branch
分支,并且编译"
git clone -b
$kpl_frontend_branch
git@gitlab.seetatech.com:seetaas/seetaas-v3.git
$seetaas_workspace
/seetaas-v3
&&
cd
$seetaas_workspace
/seetaas-v3/
&&
export
GOPATH
=
$seetaas_workspace
&&
sed_proxy
&&
make build
mode
=
dev
git clone -b
$kpl_frontend_branch
git@gitlab.seetatech.com:seetaas/seetaas-v3.git
$seetaas_workspace
/seetaas-v3
&&
cd
$seetaas_workspace
/seetaas-v3/
&&
export
GOPATH
=
$seetaas_workspace
&&
sed_proxy
&&
make build
mode
=
dev
&&
\
rm -rf node_modules
}
}
kpl_backend
(){
kpl_backend
(){
...
...
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