logging improvements
parent
bf8de86954
commit
ad02f60d8a
|
|
@ -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,
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue