Skip to content

Commit

Permalink
Remove potentially unnecessary shell
Browse files Browse the repository at this point in the history
  • Loading branch information
anacierdem committed Oct 20, 2024
1 parent bc88f2e commit c180dde
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions modules/actions/exec.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,6 @@ 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 c180dde

Please sign in to comment.