cleanup
parent
5c8dd84cd2
commit
0f0e8c8f5a
|
|
@ -483,7 +483,7 @@ class AWS {
|
||||||
],
|
],
|
||||||
}).promise();
|
}).promise();
|
||||||
core.info('Creating build cluster...');
|
core.info('Creating build cluster...');
|
||||||
const taskDefStackNameTTL = `${taskDefStackName}-ttl`;
|
const taskDefStackNameTTL = `${taskDefStackName}-cleanup`;
|
||||||
const ttlCloudFormation = fs.readFileSync(`${__dirname}/cloudformation-stack-ttl.yml`, 'utf8');
|
const ttlCloudFormation = fs.readFileSync(`${__dirname}/cloudformation-stack-ttl.yml`, 'utf8');
|
||||||
yield CF.createStack({
|
yield CF.createStack({
|
||||||
StackName: taskDefStackNameTTL,
|
StackName: taskDefStackNameTTL,
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -338,7 +338,7 @@ class AWS {
|
||||||
}).promise();
|
}).promise();
|
||||||
core.info('Creating build cluster...');
|
core.info('Creating build cluster...');
|
||||||
|
|
||||||
const taskDefStackNameTTL = `${taskDefStackName}-ttl`;
|
const taskDefStackNameTTL = `${taskDefStackName}-cleanup`;
|
||||||
const ttlCloudFormation = fs.readFileSync(`${__dirname}/cloudformation-stack-ttl.yml`, 'utf8');
|
const ttlCloudFormation = fs.readFileSync(`${__dirname}/cloudformation-stack-ttl.yml`, 'utf8');
|
||||||
await CF.createStack({
|
await CF.createStack({
|
||||||
StackName: taskDefStackNameTTL,
|
StackName: taskDefStackNameTTL,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue