Browse Source

提交代码

tags/v1.22.7.1
ychao_1983 3 years ago
parent
commit
7d69ff38d6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/cloudbrain/cloudbrain.go

+ 1
- 1
modules/cloudbrain/cloudbrain.go View File

@@ -287,7 +287,7 @@ func GenerateTask(req GenerateCloudBrainTaskReq) error {
HostPath: models.StHostPath{
Path: req.ResultPath,
MountPath: ResultPath,
ReadOnly: true,
ReadOnly: false,
},
},
}


Loading…
Cancel
Save