forked from wallabag/wallabag
Quick fix in build.xml
We don't need to purge the database since it was just re-created
This commit is contained in:
@ -38,7 +38,6 @@
|
||||
<arg value="${basedir}/../app/console"/>
|
||||
<arg value="doctrine:fixtures:load"/>
|
||||
<arg value="--no-interaction"/>
|
||||
<arg value="--purge-with-truncate"/>
|
||||
<arg value="--env=test"/>
|
||||
</exec>
|
||||
</target>
|
||||
|
||||
Reference in New Issue
Block a user