pull/235/head
mdugdale 2021-04-03 13:53:27 +01:00
parent 5c8dd84cd2
commit 0f0e8c8f5a
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@ -483,7 +483,7 @@ class AWS {
],
}).promise();
core.info('Creating build cluster...');
const taskDefStackNameTTL = `${taskDefStackName}-ttl`;
const taskDefStackNameTTL = `${taskDefStackName}-cleanup`;
const ttlCloudFormation = fs.readFileSync(`${__dirname}/cloudformation-stack-ttl.yml`, 'utf8');
yield CF.createStack({
StackName: taskDefStackNameTTL,

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -338,7 +338,7 @@ class AWS {
}).promise();
core.info('Creating build cluster...');
const taskDefStackNameTTL = `${taskDefStackName}-ttl`;
const taskDefStackNameTTL = `${taskDefStackName}-cleanup`;
const ttlCloudFormation = fs.readFileSync(`${__dirname}/cloudformation-stack-ttl.yml`, 'utf8');
await CF.createStack({
StackName: taskDefStackNameTTL,