pull/235/head
mdugdale 2021-04-03 00:34:09 +01:00
parent 7820d94f1f
commit c3f276bbaf
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

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

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

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