Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yifu-mvp
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fangxinjiang
yifu-mvp
Commits
bc195002
Commit
bc195002
authored
Jan 05, 2023
by
fangxinjiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
批量打包文件
parent
947826bb
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
61 additions
and
0 deletions
+61
-0
allBuild.sh
k8s-bash-test/allBuild.sh
+32
-0
busiBuild.sh
k8s-bash-test/busiBuild.sh
+29
-0
No files found.
k8s-bash-test/allBuild.sh
0 → 100644
View file @
bc195002
#!/bin/bash
#k8s升级所有版本,滚动更新
cd
../
thisPath
=
`
pwd
`
#鉴权
cd
$thisPath
"/yifu-auth"
sh build-test.sh
#登录基础服务
cd
$thisPath
"/yifu-upms/yifu-upms-biz"
sh build-test.sh
#档案服务
cd
$thisPath
"/yifu-archives/yifu-archives-biz"
sh build-test.sh
#校验身份证、银行卡、手机号服务
cd
$thisPath
"/yifu-check/yifu-check-biz"
sh build-test.sh
#商险服务
cd
$thisPath
"/yifu-insurances/yifu-insurances-biz"
sh build-test.sh
#定时任务服务
cd
$thisPath
"/yifu-job/yifu-job-biz"
sh build-test.sh
#订单服务
cd
$thisPath
"/yifu-order/yifu-order-biz"
sh build-test.sh
#薪资服务
cd
$thisPath
"/yifu-salary/yifu-salary-biz"
sh build-test.sh
#社保服务
cd
$thisPath
"/yifu-social/yifu-social-biz"
sh build-test.sh
k8s-bash-test/busiBuild.sh
0 → 100644
View file @
bc195002
#!/bin/bash
#k8s升级所有版本,滚动更新
cd
../
thisPath
=
`
pwd
`
#档案服务
cd
$thisPath
"/yifu-archives/yifu-archives-biz"
sh build-test.sh
#校验身份证、银行卡、手机号服务
cd
$thisPath
"/yifu-check/yifu-check-biz"
sh build-test.sh
#商险服务
cd
$thisPath
"/yifu-insurances/yifu-insurances-biz"
sh build-test.sh
#定时任务服务
cd
$thisPath
"/yifu-job/yifu-job-biz"
sh build-test.sh
#订单服务
cd
$thisPath
"/yifu-order/yifu-order-biz"
sh build-test.sh
#薪资服务
cd
$thisPath
"/yifu-salary/yifu-salary-biz"
sh build-test.sh
#社保服务
cd
$thisPath
"/yifu-social/yifu-social-biz"
sh build-test.sh
#B端服务
#cd $thisPath"/yifu-business/yifu-business-biz"
#sh build-test.sh
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment