We currently have a bug in our //build/github/build-and-publish-probes-for-operating-system where it seems like we're fatally exiting when there are no errors returned.
This PR fixes the logging of errors, so when they occur again (they seem to happen quite frequently) we'll have some more useful data to understand why the build failed. It also gives us confidence that the error is not a result of our parallel running code which is now unit tested
We currently have a bug in our
//build/github/build-and-publish-probes-for-operating-system
where it seems like we're fatally exiting when there are no errors returned. This PR fixes the logging of errors, so when they occur again (they seem to happen quite frequently) we'll have some more useful data to understand why the build failed. It also gives us confidence that the error is not a result of our parallel running code which is now unit tested