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
Merge remote-tracking branch 'origin/dev' into arm-build
arm-build
chenzhihang
1 year ago
parent
c235dcb350
1295ba0813
commit
ea09bb2e8e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
k8s/build.sh
+ 1
- 1
k8s/build.sh
View File
@@ -117,7 +117,7 @@ if [ "$service" == "manage-front" ]; then
compile_java "manage"
fi
if [ "$service" != "manage-front" ]
|| [ "$service" != "all" ] ||
[ "$service" != "front" ]; then
if [ "$service" != "manage-front" ]
&& [ "$service" != "all" ] &&
[ "$service" != "front" ]; then
# 编译java
compile_java $service
fi
Write
Preview
Loading…
Cancel
Save