Skip to content

Commit

Permalink
Revert "Remove potentially unnecessary shell"
Browse files Browse the repository at this point in the history
This reverts commit c180dde.
  • Loading branch information
anacierdem committed Oct 20, 2024
1 parent 887893f commit 48b9b8f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/actions/exec.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ const exec = async (info) => {
// spawnProcess defaults does not apply to dockerExec so we need to
// provide these explicitly here.
inheritStderr: true,
spawnOptions: {
...opts.spawnOptions,
shell: true,
},
...opts,
}
)
Expand Down

0 comments on commit 48b9b8f

Please sign in to comment.