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,
],
}).promise();
core.info('Creating main job...');
core.info('Creating cloud runner job');
yield CF.createStack({
StackName: cleanupTaskDefStackName,
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,
],
}).promise();
core.info('Creating main job...');
core.info('Creating cloud runner job');
await CF.createStack({
StackName: cleanupTaskDefStackName,
TemplateBody: cleanupCloudFormation,