Cache failed builds caused by missing-command
Description
Builds were failing because of missing sh for example, and yet these were not being cached.
This fixes that.
Changes proposed in this merge request:
- Make
SandboxCommandErrorable to take areasoncode. - Make all the
_sandbox*.pyuse SandboxCommandError onmissing-command - Verify that in the
tests/sandbox/missing-command.pytest.
This merge request, when approved, will close: #1101 (closed)