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