logging improvements
parent
7bd98aade8
commit
529c48800f
|
|
@ -1126,7 +1126,7 @@ class AWSBuildEnvironment {
|
||||||
yield CF.waitFor('stackUpdateComplete', describeStackInput).promise();
|
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) {
|
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();
|
await CF.waitFor('stackUpdateComplete', describeStackInput).promise();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
core.info('base stack exists and is ready');
|
core.info('base stack is ready');
|
||||||
}
|
}
|
||||||
|
|
||||||
async handleStackCreationFailure(
|
async handleStackCreationFailure(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue