logging improvements
parent
7bd98aade8
commit
529c48800f
|
|
@ -1126,7 +1126,7 @@ class AWSBuildEnvironment {
|
|||
yield CF.waitFor('stackUpdateComplete', describeStackInput).promise();
|
||||
}
|
||||
}
|
||||
core.info('base stack exists and is ready');
|
||||
core.info('base stack is ready');
|
||||
});
|
||||
}
|
||||
handleStackCreationFailure(error, CF, taskDefStackName, taskDefCloudFormation, secrets) {
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -307,7 +307,7 @@ class AWSBuildEnvironment implements RemoteBuilderProviderInterface {
|
|||
await CF.waitFor('stackUpdateComplete', describeStackInput).promise();
|
||||
}
|
||||
}
|
||||
core.info('base stack exists and is ready');
|
||||
core.info('base stack is ready');
|
||||
}
|
||||
|
||||
async handleStackCreationFailure(
|
||||
|
|
|
|||
Loading…
Reference in New Issue