When #33 was implemented we didn't worry about commands that might never finish running. We are checking for exit codes which should cover us 99% of the time. The next level is to add a timeout option so if the command never completes bakeit will continue with the workflow.
When #33 was implemented we didn't worry about commands that might never finish running. We are checking for exit codes which should cover us 99% of the time. The next level is to add a timeout option so if the command never completes
bakeit
will continue with the workflow.