This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
JointCloud
/
pcm-coordinator
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Merge pull request 'bug fix' (
#335
) from zhangweiii/pcm-coordinator:master into master
pull/339/head
zhangweiii
1 year ago
parent
64525fdc3e
b7c289a790
commit
bf949e6d9a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
internal/logic/hpc/commithpctasklogic.go
+ 1
- 1
internal/logic/hpc/commithpctasklogic.go
View File
@@ -88,7 +88,7 @@ func (l *CommitHpcTaskLogic) CommitHpcTask(req *types.CommitHpcTaskReq) (resp *t
UpdatedTime: time.Now(),
Status: "Saved",
}
hpcInfo.WorkDir = clusterInfo.WorkDir +
"/" +
req.WorkDir
hpcInfo.WorkDir = clusterInfo.WorkDir + req.WorkDir
tx = l.svcCtx.DbEngin.Create(&hpcInfo)
if tx.Error != nil {
return nil, tx.Error
Write
Preview
Loading…
Cancel
Save