Better log message for build job resource creation

pull/218/head
Frostebite 2021-02-07 16:33:47 +00:00
parent 00c3867cad
commit b5a399ba08
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -34,7 +34,7 @@ class AWS {
const taskDefStackName = `${stackName}-taskDef-${image}-${nanoid()}`
.toString()
.replace(/[^\da-z]/gi, '');
core.info("Task Definition doesn't exist, creating a task definition stack");
core.info('Creating build job resources');
const taskDefCloudFormation = fs.readFileSync(`${__dirname}/task-def-formation.yml`, 'utf8');
await CF.createStack({
StackName: taskDefStackName,