webcreate / conveyor

Build and deploy tool for PHP projects
http://conveyordeploy.com
MIT License
11 stars 3 forks source link

Don't halt deploy when a certain target has nothing to deploy #51

Closed fieg closed 9 years ago

fieg commented 9 years ago

When you deploy to a group and a certain target has nothing to deploy, the other targets were not deployed, because an exception was thrown. This PR introduces a EmptyChangesetException which is safely handled during the deploy process.