Skip to content

Commit

Permalink
Add support for disabling targets from the local project override fil…
Browse files Browse the repository at this point in the history
…e. (#1077)
  • Loading branch information
bkosborne authored and grasmash committed Feb 12, 2017
1 parent c6d08fa commit 5f0c4b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion phing/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,10 @@
<!-- Contains Drupal SimpleSAMLphp tasks. -->
<import file="${phing.dir}/tasks/simplesamlphp.xml"/>

<!-- Disable targets defined in the disable-targets array in project.yml. -->
<!-- Disable targets defined in the disable-targets array in project.yml or project.local.yml. -->
<!-- This must be executed after all targets are defined. -->
<disabletargets file="${blt.config-files.project}" property="disable-targets"/>
<disabletargets file="${blt.config-files.local}" property="disable-targets"/>

<target name="list" hidden="true">
<exec dir="${repo.root}" command="cat ${blt.root}/scripts/blt/ascii-art.txt" logoutput="true" passthru="true" checkreturn="false"/>
Expand Down

0 comments on commit 5f0c4b2

Please sign in to comment.