cleanup
parent
7820d94f1f
commit
c3f276bbaf
|
|
@ -478,7 +478,7 @@ class AWS {
|
||||||
catch (error) {
|
catch (error) {
|
||||||
core.error(error);
|
core.error(error);
|
||||||
}
|
}
|
||||||
core.info('Cloud formation stack created');
|
core.info('Build cluster created successfully (skipping waiting for cleanup cluster to start)');
|
||||||
const taskDefResources = yield CF.describeStackResources({
|
const taskDefResources = yield CF.describeStackResources({
|
||||||
StackName: taskDefStackName,
|
StackName: taskDefStackName,
|
||||||
}).promise();
|
}).promise();
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -310,7 +310,7 @@ class AWS {
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
core.error(error);
|
core.error(error);
|
||||||
}
|
}
|
||||||
core.info('Cloud formation stack created');
|
core.info('Build cluster created successfully (skipping waiting for cleanup cluster to start)');
|
||||||
|
|
||||||
const taskDefResources = await CF.describeStackResources({
|
const taskDefResources = await CF.describeStackResources({
|
||||||
StackName: taskDefStackName,
|
StackName: taskDefStackName,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue