Skip to content
Snippets Groups Projects
Commit 4ed88977 authored by anarcat's avatar anarcat Committed by anarcat
Browse files

show error properly when we can't bootstrap the drupal on deploy

parent a6de7200
Branches
Tags
No related merge requests found
......@@ -145,6 +145,8 @@ function drush_provision_drupal_post_provision_deploy() {
drush_include_engine('drupal', 'deploy');
drush_set_option('packages', _scrub_object(provision_drupal_system_map()), 'site');
_provision_drupal_rebuild_caches();
} else {
drush_log("could not bootstrap drupal after updatedb");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment