mirror of https://github.com/databricks/cli.git
94112eaedb
## Changes Falling back to `sh` is also what GitHub Actions do if `bash` is not found in the path. It is possible `bash` is not available when running from minimal Docker containers and we must not error out in this case. See: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsshell. This change renames `interpreter` -> `shell`. ## Tests Unit tests pass. |
||
---|---|---|
.. | ||
exec.go | ||
exec_test.go | ||
shell.go | ||
shell_bash.go | ||
shell_bash_test.go | ||
shell_cmd.go | ||
shell_cmd_test.go | ||
shell_sh.go | ||
shell_sh_test.go |