format
parent
ef6594f59f
commit
39b58eb300
|
|
@ -436,7 +436,7 @@ class AWS {
|
||||||
ParameterKey: 'BUILDID',
|
ParameterKey: 'BUILDID',
|
||||||
ParameterValue: buildUid,
|
ParameterValue: buildUid,
|
||||||
},
|
},
|
||||||
...secrets
|
...secrets,
|
||||||
],
|
],
|
||||||
}).promise();
|
}).promise();
|
||||||
core.info('Creating build cluster...');
|
core.info('Creating build cluster...');
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -265,7 +265,7 @@ class AWS {
|
||||||
ParameterKey: 'BUILDID',
|
ParameterKey: 'BUILDID',
|
||||||
ParameterValue: buildUid,
|
ParameterValue: buildUid,
|
||||||
},
|
},
|
||||||
...secrets
|
...secrets,
|
||||||
],
|
],
|
||||||
}).promise();
|
}).promise();
|
||||||
core.info('Creating build cluster...');
|
core.info('Creating build cluster...');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue