bcgov-nr/action-deployer-openshift

Clip commas from triggers

Closed this issue · 1 comments

I keep needlessly and frustratingly putting commas in my arrays and assume others will be similarly daft at times. Add handling to clip commas.

E.g. ('one', 'two') is wrong, while ('one' 'two) is fine. Make both fine.

Bash arrays don't use commas, so we shouldn't either. Alternatively, we could look at another input format.