This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Commit b48b0c2 1 parent 7a308f2 commit b48b0c2 Copy full SHA for b48b0c2
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 42
42
<echo >Merging BLT's composer.json template with your project's composer.json.</echo >
43
43
<echo >This MAY overwrite some existing values.</echo >
44
44
<!-- Values in the project's existing composer.json file will be overwritten.-->
45
- <exec dir =" ${repo.root}" command =" ${repo.root}/vendor/bin/blt-console composer:munge ${repo.root}/composer.json ${blt.root}/template/composer.json > ${repo.root}/composer.json.tmp" logoutput =" true" checkreturn =" true" level =" info" passthru = " true " />
45
+ <exec dir =" ${repo.root}" command =" ${repo.root}/vendor/bin/blt-console composer:munge ${repo.root}/composer.json ${blt.root}/template/composer.json > ${repo.root}/composer.json.tmp" logoutput =" true" checkreturn =" true" level =" info" />
46
46
<!-- @todo Find out why can't we just redirect output directly back to composer.json. -->
47
47
<exec dir =" ${repo.root}" command =" mv ${repo.root}/composer.json.tmp ${repo.root}/composer.json" logoutput =" true" checkreturn =" true" level =" info" passthru =" true" />
48
48
<echo >If your composer.json was modified, you need to run "composer update".</echo >
53
53
<echo >Merging BLT's project.yml template with your project's project.yml</echo >
54
54
<echo >This WILL NOT overwrite existing values.</echo >
55
55
<!-- Values in the project's existing project.yml file will be preserved and not overridden.-->
56
- <exec dir =" ${repo.root}" command =" ${repo.root}/vendor/bin/blt-console yaml:munge ${blt.root}/template/project.yml ${repo.root}/project.yml > ${repo.root}/project.yml.tmp" logoutput =" true" checkreturn =" true" level =" info" passthru = " true " />
56
+ <exec dir =" ${repo.root}" command =" ${repo.root}/vendor/bin/blt-console yaml:munge ${blt.root}/template/project.yml ${repo.root}/project.yml > ${repo.root}/project.yml.tmp" logoutput =" true" checkreturn =" true" level =" info" />
57
57
<!-- @todo Find out why can't we just redirect output directly back to project.yml. -->
58
58
<exec dir =" ${repo.root}" command =" mv ${repo.root}/project.yml.tmp ${repo.root}/project.yml" logoutput =" true" checkreturn =" true" level =" info" passthru =" true" />
59
59
<echo >project.yml has been modified.</echo >
You can’t perform that action at this time.
0 commit comments