Commit a90ffc9
committed
fix(ci): make test-image-precedence.sh executable
CI invokes it as ./scripts/test-image-precedence.sh and got exit 126,
Permission denied. Local runs used `bash <script>`, which ignores the
exec bit -- so the mode never showed up until CI ran it directly.
Refs #4561 parent fe6782b commit a90ffc9
1 file changed
File mode changed.
0 commit comments