Proper way of adding commands for bash scripts
I was wondering what's the proper way of adding programs so that they become executable from the bash script executor.
Are we expected to build a custom worker image with the binaries in it or is there something I'm not aware of?
Didn't find anything in the docs.
By the way the executor says that
pwsh is not found as an executable when getting started with the powershell template.I just upgraded my self hosted instance to CE v1.136.0-13-gcc597a17 if that can help.