databricks-cli/libs/exec
Andrew Nester 0b3eeb8e54
Allow specifying executable in artifact section and skip bash from WSL (#1169)
## Changes
Allow specifying executable in artifact section

```
artifacts:
  test:
    type: whl
    executable: bash
    ...
```

We also skip bash found on Windows if it's from WSL because it won't be
correctly executed, see the issue above

Fixes #1159
2024-02-01 14:10:04 +00:00
..
exec.go Allow specifying executable in artifact section and skip bash from WSL (#1169) 2024-02-01 14:10:04 +00:00
exec_test.go Make libs/exec fallback to `sh` if `bash` cannot be found (#1114) 2024-01-11 12:26:31 +00:00
shell.go Allow specifying executable in artifact section and skip bash from WSL (#1169) 2024-02-01 14:10:04 +00:00
shell_bash.go Allow specifying executable in artifact section and skip bash from WSL (#1169) 2024-02-01 14:10:04 +00:00
shell_bash_test.go Make libs/exec fallback to `sh` if `bash` cannot be found (#1114) 2024-01-11 12:26:31 +00:00
shell_cmd.go Allow specifying executable in artifact section and skip bash from WSL (#1169) 2024-02-01 14:10:04 +00:00
shell_cmd_test.go Make libs/exec fallback to `sh` if `bash` cannot be found (#1114) 2024-01-11 12:26:31 +00:00
shell_sh.go Allow specifying executable in artifact section and skip bash from WSL (#1169) 2024-02-01 14:10:04 +00:00
shell_sh_test.go Make libs/exec fallback to `sh` if `bash` cannot be found (#1114) 2024-01-11 12:26:31 +00:00