We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
output: hide
1 parent 16f2ce7 commit 6901622Copy full SHA for 6901622
server/core/runtime/multienv_step_runner.go
@@ -24,7 +24,7 @@ func (r *MultiEnvStepRunner) Run(
24
envs map[string]string,
25
postProcessOutput valid.PostProcessRunOutputOption,
26
) (string, error) {
27
- res, err := r.RunStepRunner.Run(ctx, shell, command, path, envs, false, postProcessOutput)
+ res, err := r.RunStepRunner.Run(ctx, shell, command, path, envs, false, valid.PostProcessRunOutputShow)
28
if err != nil {
29
return "", err
30
}
0 commit comments