diff --git a/pkg/model/workflow.go b/pkg/model/workflow.go index 4e1d349..f567a1f 100644 --- a/pkg/model/workflow.go +++ b/pkg/model/workflow.go @@ -495,7 +495,7 @@ func (s *Step) ShellCommand() string { case "python": shellCommand = "python {0}" case "sh": - shellCommand = "sh -e -c {0}" + shellCommand = "sh -e {0}" case "cmd": shellCommand = "%ComSpec% /D /E:ON /V:OFF /S /C \"CALL \"{0}\"\"" case "powershell":