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

Commit 5f0c4b2

Browse files
bkosbornegrasmash
authored andcommitted
Add support for disabling targets from the local project override file. (#1077)
1 parent c6d08fa commit 5f0c4b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

phing/build.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,10 @@
7171
<!-- Contains Drupal SimpleSAMLphp tasks. -->
7272
<import file="${phing.dir}/tasks/simplesamlphp.xml"/>
7373

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

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

0 commit comments

Comments
 (0)