Gizra / drupal-starter

Drupal 10 Starter with best practices
76 stars 40 forks source link

DDEV Allow configuration to fail when a hook execution fails #714

Closed mgurjanov closed 2 months ago

mgurjanov commented 2 months ago

If a ddev restart fails to run config import or similar build can pass as green because ddev fails to return non-zero exit code.

Config option added in https://github.com/ddev/ddev/issues/2536 and specifically code MR https://github.com/ddev/ddev/commit/5d17f0e5dccc321104489bc1ca9586186b6de552 allows us to fix this situation.