Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prevent bash from trying to run bats from workdir #920

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

docwhat
Copy link
Contributor

@docwhat docwhat commented May 10, 2024

By specifying the explicit paths, we prevent bash from trying to load bats from the the current working directory.

Example:

$ mkdir -p bats; docker run --rm --mount="type=bind,src=$PWD,dst=/code,readonly" bats/bats
bats: bats: Is a directory

@docwhat docwhat requested a review from a team as a code owner May 10, 2024 14:50
By specifying the explicit paths, we prevent `bash` from trying to load `bats` from the the current working directory.

Example:

```sh
$ mkdir -p bats; docker run --rm --mount="type=bind,src=$PWD,dst=/code,readonly" bats/bats
bats: bats: Is a directory
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants