test(release): build assertion status explicitly instead of reading it from a condition #12
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/unbreak-the-shell-test-lint"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
$?taken directly after a[ ]/[[ ]]is the condition's status, which shellcheck flags as SC2319 and which any command inserted before the read would silently replace. Buildsrcexplicitly instead.This is what has been failing the Shell scripts job on main, so it blocks #10 and #11.