cocreators-ee / project-template

Project template for kick-starting your work the right way
Other
5 stars 7 forks source link

Fix issue with building images #7

Closed joakimnordling closed 4 years ago

joakimnordling commented 4 years ago

invoke build-images raised AttributeError: 'list' object has no attribute 'split', as the default value for an iterable parameter is an empty list. This is now fixed.

This new improved version can in addition also handle input like this: invoke build-images --component 'a,b, c' --component 'd, e' --component 'f'