diff options
author | Jeremy <jeremy.benoist@gmail.com> | 2015-02-10 22:34:11 +0100 |
---|---|---|
committer | Jeremy <jeremy.benoist@gmail.com> | 2015-02-10 22:56:48 +0100 |
commit | da93261a7d729084c4913e8dcc5052a781426ef7 (patch) | |
tree | 5ed25ecf43e6af0a8da5a13704fd51aae42a21c0 | |
parent | 3d2b2d62be287075ca402f1d59a880687f18dfcd (diff) | |
download | wallabag-da93261a7d729084c4913e8dcc5052a781426ef7.tar.gz wallabag-da93261a7d729084c4913e8dcc5052a781426ef7.tar.zst wallabag-da93261a7d729084c4913e8dcc5052a781426ef7.zip |
Quick fix in build.xml
We don't need to purge the database since it was just re-created
-rw-r--r-- | app/build.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/build.xml b/app/build.xml index a8e43f0d..bdc4b4d8 100644 --- a/app/build.xml +++ b/app/build.xml | |||
@@ -38,7 +38,6 @@ | |||
38 | <arg value="${basedir}/../app/console"/> | 38 | <arg value="${basedir}/../app/console"/> |
39 | <arg value="doctrine:fixtures:load"/> | 39 | <arg value="doctrine:fixtures:load"/> |
40 | <arg value="--no-interaction"/> | 40 | <arg value="--no-interaction"/> |
41 | <arg value="--purge-with-truncate"/> | ||
42 | <arg value="--env=test"/> | 41 | <arg value="--env=test"/> |
43 | </exec> | 42 | </exec> |
44 | </target> | 43 | </target> |