As of now we are getting the results of the builded actors by reading the stdout, which is fragile if it comes to debugging. Writing a file is the correct way to pass the information in between steps, also allowing for debugging logs without breaking anything.
The output file should be skipped on a --dry-run
As of now we are getting the results of the builded actors by reading the stdout, which is fragile if it comes to debugging. Writing a file is the correct way to pass the information in between steps, also allowing for debugging logs without breaking anything.
The output file should be skipped on a
--dry-run