This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
ci4s
/
ci4sManagement-cloud
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
1
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
优化部署文件
dev-lc
chenzhihang
1 year ago
parent
bb8daeac88
commit
e355ae69df
1 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-4
k8s/build_and_deploy.sh
+ 4
- 4
k8s/build_and_deploy.sh
View File
@@ -3,6 +3,10 @@
#记录开始时间
startTime=$(date +%s)
# 登录到目标环境
baseDir="/home/somuns/ci4s"
cd ${baseDir}
#build
# 默认参数
branch="master"
@@ -64,10 +68,6 @@ fi
chmod +777 ${baseDir}/k8s/*.sh
# 登录到目标环境
baseDir="/home/somuns/ci4s"
cd ${baseDir}
echo "start build"
sh ${baseDir}/k8s/build.sh -b ${branch} -s ${service}
if [ $? -ne 0 ]; then
Write
Preview
Loading…
Cancel
Save