Hi,
I'm sure this is an old issue however I cant seem to find the resolution.
I have a script executor with a job that is running a python module defined for shellcheck linter.
The pipeline fails with return error:
'message': "Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive.", 'fix': None}
It's looking for a shell in the script executor which I thought would be self contained.
While attempted to add #!/bin/sh, it wont allow me to save and generates the error:
"There was an unknown error performing the operation. Possible reason ()"
If I try with just the customer command option I get this error when adding #!/bin/sh:
There was an unknown error performing the operation. Possible reason ()
Error when processing params for '#!/bin/sh' used in field 'argListString', # must be followed by a parameter pattern or escaped by another #.
I also found this very old close issue which is a similar issue I'm having.
Any help would be great.