It’s a bit difficult to figure out the exact key. Will try this to see if it works
SuccessfulKoala55 what’s the right way to do this using the SDK. I use Task.init but the option is there only in Task.create? (I have always been indecisive on when to use init vs create as well). Pointers?
One more help - is this something I can pass as task_overrides when creating a pipeline in add_step?
I think so, using {'container.setup_shell_script': '...'}
Ah is it, didn’t know about that. Let me check it out.
You can set a specific bash script in the task itself - in the task information panel, see Execution -> Container -> Setup Shell Script