mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Try fixing the failing rm build on the server
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@54553 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -51,6 +51,7 @@ task resetDatabase << {
|
||||
ant.property(name: "db.master.url", value: "jdbc:postgresql:template1")
|
||||
ant.property(name: "db.username", value: "alfresco")
|
||||
ant.property(name: "db.password", value: "alfresco")
|
||||
ant.property(name: "db.driver", value: "org.postgresql.Driver")
|
||||
|
||||
// Loading the properties in all possible locations
|
||||
ant.property(file: System.properties.getProperty('DB_PROPERTIES') )
|
||||
|
Reference in New Issue
Block a user