fix
This commit is contained in:
@@ -287,11 +287,12 @@ const apply = function( provision ) {
|
||||
})
|
||||
}
|
||||
|
||||
const initUpgrade = function(destroyMongo, provision) {
|
||||
const initUpgrade = async function(destroyMongo, provision) {
|
||||
|
||||
if ( !provision.tfInitUpgrade ) {
|
||||
return;
|
||||
}
|
||||
|
||||
const name = `qmi-tf-initupgrade-${destroyMongo._id}`;
|
||||
console.log(`Terraform# Destroy: will spin up container: ${name}`);
|
||||
var processStream = fs.createWriteStream(destroyMongo.logFile, {flags:'a'});
|
||||
|
||||
Reference in New Issue
Block a user