Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit ecd1c1b

Browse files
nikgregorygrasmash
authored andcommitted
Issue 779 separate out the composer and drush commands for acsf:init (#782)
1 parent 3a00f9f commit ecd1c1b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

phing/tasks/acsf.xml

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
<echo>Adding acsf module as a dependency.</echo>
77
<echo>Using ${acsf.repo_branch} use -Dacsf.repo_branch= to change.</echo>
88
<exec dir="${repo.root}" command="composer require ${acsf.repo_branch}" logoutput="true" checkreturn="true" passthru="true" level="${blt.exec_level}"/>
9+
<!-- Run the acsf init commands. -->
10+
<phingcall target="acsf:init:drush"/>
11+
</target>
12+
13+
<!-- Run the acsf init commands to sync library files. -->
14+
<target name="acsf:init:drush" description="Refreshes the acsf settings and hook files.">
915
<echo>Executing initialization command for acsf module.</echo>
1016
<drush command="acsf-init">
1117
<option name="include">"${docroot}/modules/contrib/acsf/acsf_init"</option>

0 commit comments

Comments
 (0)