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