pull/310/head
Frostebite 2021-12-30 15:50:41 +00:00
parent 34280e4e01
commit c034178f8c
3 changed files with 3 additions and 2 deletions

1
dist/index.js vendored
View File

@ -1024,6 +1024,7 @@ class AWSJobStack {
let taskDefCloudFormation = aws_templates_1.AWSTemplates.readTaskCloudFormationTemplate();
const cleanupTaskDefStackName = `${taskDefStackName}-cleanup`;
const cleanupCloudFormation = fs.readFileSync(`${__dirname}/cloud-formations/cloudformation-stack-ttl.yml`, 'utf8');
cloud_runner_logger_1.default.log(JSON.stringify(secrets, undefined, 4));
for (const secret of secrets) {
if (typeof secret.ParameterValue == 'number') {
secret.ParameterValue = `${secret.ParameterValue}`;

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -26,7 +26,7 @@ export class AWSJobStack {
let taskDefCloudFormation = AWSTemplates.readTaskCloudFormationTemplate();
const cleanupTaskDefStackName = `${taskDefStackName}-cleanup`;
const cleanupCloudFormation = fs.readFileSync(`${__dirname}/cloud-formations/cloudformation-stack-ttl.yml`, 'utf8');
CloudRunnerLogger.log(JSON.stringify(secrets, undefined, 4));
for (const secret of secrets) {
if (typeof secret.ParameterValue == 'number') {
secret.ParameterValue = `${secret.ParameterValue}`;