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