mvdan / sh

A shell parser, formatter, and interpreter with bash support; includes shfmt
https://pkg.go.dev/mvdan.cc/sh/v3
BSD 3-Clause "New" or "Revised" License
7.15k stars 338 forks source link

interp: run "Confirm" tests on CI #820

Closed dhanusaputra closed 2 years ago

dhanusaputra commented 2 years ago

update bash directly instead of use dockexec since got no such file error close #785

mvdan commented 2 years ago

update bash directly instead of use dockexec since got no such file error

Did you see https://github.com/mvdan/dockexec#caveats? I still think using dockexec would be better long-term; mixing the use of docker images is more composable than directly installing programs on the host system.

dhanusaputra commented 2 years ago

yes already tried that part but no luck will try again

mvdan commented 2 years ago

If you get stuck, you can push your changes here and I can help debug what's going on.