logging improvements

pull/289/head
Frostebite 2021-08-15 20:17:29 +00:00 committed by GitHub
parent bf8de86954
commit ad02f60d8a
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@ -1016,7 +1016,7 @@ class AWSBuildEnvironment {
...mappedSecrets, ...mappedSecrets,
], ],
}).promise(); }).promise();
core.info('Creating main job...'); core.info('Creating cloud runner job');
yield CF.createStack({ yield CF.createStack({
StackName: cleanupTaskDefStackName, StackName: cleanupTaskDefStackName,
TemplateBody: cleanupCloudFormation, TemplateBody: cleanupCloudFormation,

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -184,7 +184,7 @@ class AWSBuildEnvironment implements RemoteBuilderProviderInterface {
...mappedSecrets, ...mappedSecrets,
], ],
}).promise(); }).promise();
core.info('Creating main job...'); core.info('Creating cloud runner job');
await CF.createStack({ await CF.createStack({
StackName: cleanupTaskDefStackName, StackName: cleanupTaskDefStackName,
TemplateBody: cleanupCloudFormation, TemplateBody: cleanupCloudFormation,