Skip to content

Commit

Permalink
Fixes acquia#1014: Don't run drush entity-updates during config-import.
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash committed Apr 3, 2017
1 parent 6353dcc commit 8343f2b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions phing/tasks/setup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,7 @@
<!-- This must happen before features are imported or configuration is imported. -->
<!-- For instance, if you add a dependency on a new extension to an existing configuration file, you must enable that extension via an update hook before attempting to import the configuration. -->
<!-- If a db update relies on updated configuration, you should import the necessary configuration file(s) as part of the db update. -->
<drush command="updb" assume="yes" alias="${drush.alias}" passthru="false">
<option name="entity-updates"></option>
</drush>
<drush command="updb" assume="yes" alias="${drush.alias}" passthru="false"/>

<!-- This will call one of the following:
setup:config-import:features
Expand Down

0 comments on commit 8343f2b

Please sign in to comment.