delete environment variable from parameters after templating
parent
fe9c64c839
commit
610e21cfed
|
|
@ -526,6 +526,7 @@ class AWS {
|
||||||
containerDefinitionSecretTemplate,
|
containerDefinitionSecretTemplate,
|
||||||
taskDefCloudFormation.slice(indexp3),
|
taskDefCloudFormation.slice(indexp3),
|
||||||
].join('');
|
].join('');
|
||||||
|
delete secret.EnvironmentVariable;
|
||||||
}
|
}
|
||||||
core.info(taskDefCloudFormation);
|
core.info(taskDefCloudFormation);
|
||||||
yield CF.createStack({
|
yield CF.createStack({
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -394,6 +394,7 @@ class AWS {
|
||||||
containerDefinitionSecretTemplate,
|
containerDefinitionSecretTemplate,
|
||||||
taskDefCloudFormation.slice(indexp3),
|
taskDefCloudFormation.slice(indexp3),
|
||||||
].join('');
|
].join('');
|
||||||
|
delete secret.EnvironmentVariable;
|
||||||
}
|
}
|
||||||
|
|
||||||
core.info(taskDefCloudFormation);
|
core.info(taskDefCloudFormation);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue