Browse Source

Merge pull request '适配合肥分中心:去掉最后的";"' (#2429) from multi-dataset into V20220630

Reviewed-on: https://git.openi.org.cn/OpenI/aiforge/pulls/2429
Reviewed-by: ychao_1983 <ychao_1983@sina.com>
tags/v1.22.6.2^2
ychao_1983 3 years ago
parent
commit
85b6eaa41c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      routers/repo/grampus.go

+ 1
- 1
routers/repo/grampus.go View File

@@ -734,7 +734,7 @@ func generateCommand(repoName, processorType, codeRemotePath, dataRemotePath, bo
}

//check exec result
commandCheckRes = "bash -c \"[[ $result -eq 0 ]] && exit 0 || exit -1;\""
commandCheckRes = "bash -c \"[[ $result -eq 0 ]] && exit 0 || exit -1\""
command += commandCheckRes

return command, nil


Loading…
Cancel
Save