bazooka-ci / bazooka

Continuous Integration and Continuous Deployment Server
http://docs.bazooka-ci.io/
MIT License
60 stars 5 forks source link

Use defer to remove containers #277

Closed julienvey closed 8 years ago

julienvey commented 8 years ago

Bazooka will now systematically use a defer function to remove containers created during the build of a project

This function is common to all the modules, and is available in commons/container.go

Closes #271

jawher commented 8 years ago

LGTM