PAN-6 Added the loadDb task to the build pipeline for Travis
This commit is contained in:
@@ -28,6 +28,6 @@ dependencies {
|
||||
}
|
||||
|
||||
task loadDb(type: Exec, group: 'Verification', description: 'Reloads the local database.') {
|
||||
workingDir "$rootDir/scripts/mysql"
|
||||
workingDir "./scripts/mysql"
|
||||
commandLine './loaddb.sh'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user