await result of creation
parent
ebc27e9c15
commit
75e8e5dc74
|
|
@ -1043,7 +1043,7 @@ class AWSBuildEnvironment {
|
||||||
{ ParameterKey: 'Storage', ParameterValue: `${baseStackName}-storage` },
|
{ ParameterKey: 'Storage', ParameterValue: `${baseStackName}-storage` },
|
||||||
{ ParameterKey: 'Version', ParameterValue: `hash` },
|
{ ParameterKey: 'Version', ParameterValue: `hash` },
|
||||||
],
|
],
|
||||||
});
|
}).promise();
|
||||||
core.info('created stack');
|
core.info('created stack');
|
||||||
}
|
}
|
||||||
const CFState = yield CF.describeStacks(describeStackInput).promise();
|
const CFState = yield CF.describeStacks(describeStackInput).promise();
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -250,7 +250,7 @@ class AWSBuildEnvironment implements RemoteBuilderProviderInterface {
|
||||||
{ ParameterKey: 'Storage', ParameterValue: `${baseStackName}-storage` },
|
{ ParameterKey: 'Storage', ParameterValue: `${baseStackName}-storage` },
|
||||||
{ ParameterKey: 'Version', ParameterValue: `hash` },
|
{ ParameterKey: 'Version', ParameterValue: `hash` },
|
||||||
],
|
],
|
||||||
});
|
}).promise();
|
||||||
core.info('created stack');
|
core.info('created stack');
|
||||||
}
|
}
|
||||||
const CFState = await CF.describeStacks(describeStackInput).promise();
|
const CFState = await CF.describeStacks(describeStackInput).promise();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue