factorial-io / phabalicious

Supports your deployments and every-day devops-tasks
http://docs.phab.io
MIT License
18 stars 3 forks source link

strict error handling for drush #166

Closed stmh closed 3 years ago

stmh commented 3 years ago

This MR will change the way how the DrushMethos handles errors from drush. Previous versions continued with the flow. This got more specifice, so that some drush-commands are allowed to continue, and some others will break the execution flow by throwing an error.

There is also a new config-option called drushErrorHandling which can be set to lax (similar how version up to 3.6 worked) and strict (the new default behaviour).

Fixes #165