feat: Add Support for Customising the Shell for Pre and Post Workflow Hooks #3447
Closed
1 task done
Labels
feature
New functionality/enhancement
Community Note
Describe the user story
As a user of Atlantis, I would like to use shells other than
sh
for my pre and post workflow hooks (Bash, PowerShell etc).Describe the solution you'd like
Have two additional, optional properties on the workflow hooks, specifying the shell and shell arguments, i.e.
The script will then be run using the specified
shell
andshellArgs
, rather than the defaultsh -c
. If the new properties are notspecified,
sh -c
will be used by default, so this is a non-breaking change.Describe the drawbacks of your solution
Non identified
Describe alternatives you've considered
Non identified
The text was updated successfully, but these errors were encountered: