partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 75e395ea27801491545d955861c0419a2f6b3b29
parent 68397eed0da18bff16aeea48cfc49fa8ac40b5c5
Author: Felicitus <felicitus@felicitus.org>
Date:   Mon, 16 Nov 2015 21:31:59 +0100

Remove the parameters.php file after executing composer install

Diffstat:
Mbuild.xml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/build.xml b/build.xml @@ -33,6 +33,7 @@ <copy file="app/config/parameters.php.dist" tofile="app/config/parameters.php"/> <exec command="composer install" passthru="true" checkreturn="true" /> + <delete file="app/config/parameters.php"/> <delete quiet="true"> <fileset dir="${packagepath}"/> </delete>