Skip to content

Commit

Permalink
fix: Set Env variables when output: hide in multienv
Browse files Browse the repository at this point in the history
  • Loading branch information
hkobayash committed Feb 12, 2025
1 parent f8ee6f4 commit 2a8c860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/core/runtime/multienv_step_runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func (r *MultiEnvStepRunner) Run(
envs map[string]string,
postProcessOutput valid.PostProcessRunOutputOption,
) (string, error) {
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)
if err != nil {
return "", err
}
Expand Down

0 comments on commit 2a8c860

Please sign in to comment.