I have this bitbucket pipeline:
Images used:
bash: dircolors: command not found
Welcome to the Bitbucket Cloud community!
I have pulled that image locally and found that dircolors is installed as part of the coreutils package as you would expect.
Do you have a repository/deployment/workspace variable called PATH configured anywhere? If so, this can break your pipeline steps. This happens because the shell uses PATH to find commands, so if you replace its usual list of locations then utilities like dircolors won't work anymore. More information and a bug ticket can be found below:
Cheers!
- Ben (Bitbucket Cloud Support)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.