mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 14:35:47 +01:00
closes #1912
This commit is contained in:
@@ -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 = {};
|
||||
|
||||
Reference in New Issue
Block a user