ddev / ddev-platformsh

Add integration with Platform.sh hosting service
Apache License 2.0
9 stars 10 forks source link

Consider fail_on_hook_fail: true for this integration #65

Open rfay opened 1 year ago

rfay commented 1 year ago

Over in

@flovntp pointed out a situation where the symfony-build fails, but the hooks continue on.

I think it would be reasonable to turn on fail_on_hook_fail: true for this integration, so later things don't show up from earlier failures.

I know there are a couple of places where the fails are inconsequential, but this is a situation where things should definitely stop and the failure should be pointed out where it actually is.