logging improvements

pull/289/head
Frostebite 2021-08-15 19:04:59 +00:00 committed by GitHub
parent 7bd98aade8
commit 529c48800f
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@ -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) {

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -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(