ublue-os / isogenerator-old

An action to generate custom ISOs of OCI images
Apache License 2.0
31 stars 15 forks source link

fix: split assignments to avoid shellcheck warnings #44

Closed akdev1l closed 1 year ago

akdev1l commented 1 year ago

when the assignment isn't split the return code of readonly overrides the shell expansion and causes it to keep going when it errors out despite set -eux

see: https://www.shellcheck.net/wiki/SC2155

akdev1l commented 1 year ago

sorry small changes and I want to test the release-please stuff ;-(