refactoring remote builder
parent
2de81f39e5
commit
74fd1858cb
|
|
@ -1286,8 +1286,8 @@ class AWS {
|
|||
insertionStringKeyContainerDef.length +
|
||||
'\n'.length;
|
||||
const parameterContainerDefTemplate = `
|
||||
- Name: '${environmentVariable.name}'
|
||||
ValueFrom: !Ref ${environmentVariable.name}
|
||||
- Name: '${environmentVariable.name}'
|
||||
ValueFrom: !Ref ${environmentVariable.name}
|
||||
`;
|
||||
taskDefCloudFormation = [
|
||||
taskDefCloudFormation.slice(0, indexContainerDef),
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -122,8 +122,8 @@ class AWS {
|
|||
insertionStringKeyContainerDef.length +
|
||||
'\n'.length;
|
||||
const parameterContainerDefTemplate = `
|
||||
- Name: '${environmentVariable.name}'
|
||||
ValueFrom: !Ref ${environmentVariable.name}
|
||||
- Name: '${environmentVariable.name}'
|
||||
ValueFrom: !Ref ${environmentVariable.name}
|
||||
`;
|
||||
taskDefCloudFormation = [
|
||||
taskDefCloudFormation.slice(0, indexContainerDef),
|
||||
|
|
|
|||
Loading…
Reference in New Issue