v1.18.x
barisusakli 11 years ago
parent d9a0af712d
commit 3ff91b8c50

@ -176,6 +176,9 @@ function setupConfig(next) {
}
function completeConfigSetup(err, config, next) {
if (err) {
return next(err);
}
// Add CI object
if (install.ciVals) {
config.test_database = {};

Loading…
Cancel
Save