Skip to content

Commit

Permalink
Separating setup:drush from setup:drupal:settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash committed Sep 15, 2016
1 parent 3a55684 commit cb3b8a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion phing/tasks/setup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@
</if>
</then>
</if>
</target>

<target name="setup:drush" description="Create local drush settings files.">
<if>
<not><available file="${docroot}/sites/${multisite.name}/local.drushrc.php" type="file" /></not>
<then>
Expand Down Expand Up @@ -119,7 +121,7 @@

<target name="setup:drupal:install"
description="Installs a specific Drupal site."
depends="setup:drupal:settings, setup:hash-salt">
depends="setup:drupal:settings, setup:drush, setup:hash-salt">

<echo>Printing drush status.</echo>
<drush command="status"/>
Expand Down

0 comments on commit cb3b8a9

Please sign in to comment.