blue-build / modules

BlueBuild standard modules used for building your Atomic Images
Apache License 2.0
24 stars 1 forks source link

fix(gschema-overrides): Ditch workaround for trimming newlines #136

Closed fiftydinar closed 7 months ago

fiftydinar commented 7 months ago

It is no longer needed, since get_yaml_array uses readarray -t command now instead of regular readarray.

It may also fix rare parsing issue some user had (array element looks fine, but it's still not parsed properly). Note that this is a speculated issue, not something we're 100% sure of.

Merge this after BlueBuild transition period, since legacy build.sh doesn't have get_yaml_array fix. Alternatively, I can define custom get_yaml_array function here, with note for supporting legacy templates.