cleanup
parent
9e232ed4e9
commit
b9a64d9926
|
|
@ -592,9 +592,9 @@ class AWS {
|
||||||
StackName: taskDefStackName,
|
StackName: taskDefStackName,
|
||||||
}).promise();
|
}).promise();
|
||||||
// Currently too slow and causes too much waiting
|
// Currently too slow and causes too much waiting
|
||||||
// await CF.waitFor('stackDeleteComplete', {
|
yield CF.waitFor('stackDeleteComplete', {
|
||||||
// StackName: taskDefStackNameTTL,
|
StackName: taskDefStackNameTTL,
|
||||||
// }).promise();
|
}).promise();
|
||||||
core.info('Cleanup complete');
|
core.info('Cleanup complete');
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -453,9 +453,9 @@ class AWS {
|
||||||
}).promise();
|
}).promise();
|
||||||
|
|
||||||
// Currently too slow and causes too much waiting
|
// Currently too slow and causes too much waiting
|
||||||
// await CF.waitFor('stackDeleteComplete', {
|
await CF.waitFor('stackDeleteComplete', {
|
||||||
// StackName: taskDefStackNameTTL,
|
StackName: taskDefStackNameTTL,
|
||||||
// }).promise();
|
}).promise();
|
||||||
|
|
||||||
core.info('Cleanup complete');
|
core.info('Cleanup complete');
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue