rafecolton / docker-builder

Docker builder builds Docker images from a friendly config file.
MIT License
80 stars 11 forks source link

Have job processing wait for asynchronous job to finish #88

Closed jszwedko closed 10 years ago

jszwedko commented 10 years ago

Otherwise it closes the log while the queued-command-runner is executing the command. This also allows us to report errors that occurred during push (though I'm not sure how we are guaranteed <-runner.Errors is our error).

rafecolton commented 10 years ago

Closing this, as it is now addressed in #92