Skip to content

Commit f96de04

Browse files
Revert "Fix issue where unescaped semicolons caused task execution failures. (#3691)" (#3771) (#3772)
This reverts commit 5769a65. Signed-off-by: Chi-Sheng Liu <[email protected]>
1 parent 8007e3a commit f96de04

File tree

1 file changed

+0
-1
lines changed
  • ray-operator/controllers/ray/common

1 file changed

+0
-1
lines changed

ray-operator/controllers/ray/common/job.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ func GetK8sJobCommand(rayJobInstance *rayv1.RayJob) ([]string, error) {
116116
}
117117

118118
// "--" is used to separate the entrypoint from the Ray Job CLI command and its arguments.
119-
entrypoint = strings.ReplaceAll(entrypoint, ";", "\\;")
120119
k8sJobCommand = append(k8sJobCommand, "--", entrypoint, ";", "fi", ";")
121120
k8sJobCommand = append(k8sJobCommand, jobFollowCommand...)
122121

0 commit comments

Comments
 (0)