Skip to content

Instantly share code, notes, and snippets.

View mirsoftacquia's full-sized avatar

Lubosh Culen mirsoftacquia

  • Acquia
  • Munich, Europe
View GitHub Profile
@mirsoftacquia
mirsoftacquia / build.xml
Last active April 7, 2017 16:06
Build.xml for config_split beta4 and BLT 8.6.15
<project name="custom" default="build">
<!-- Override setup:update task for config import. -->
<target name="setup:update" description="Update current database to reflect the state of the Drupal file system.">
<!-- enable_property and uninstall_property must be set at this time. -->
<phingcall target="setup:toggle-modules"/>
<!-- Execute db updates. -->
<drush command="updb" assume="yes" alias="${drush.alias}">