insert test template into cloud formation at all 3 template positions and log
parent
4ac7f91e71
commit
89a0db42cc
|
|
@ -483,9 +483,9 @@ class AWS {
|
|||
const p3string = 'p3 - container def';
|
||||
const indexp1 = taskDefCloudFormation.search(p1string) + p1string.length + '\n'.length;
|
||||
const template1 = `
|
||||
AWSSecretAccessKeyssss:
|
||||
Type: String
|
||||
Default: '0'
|
||||
AWSSecretAccessKeyssss:
|
||||
Type: String
|
||||
Default: '0'
|
||||
`;
|
||||
taskDefCloudFormation = [
|
||||
taskDefCloudFormation.slice(0, indexp1),
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -338,9 +338,9 @@ class AWS {
|
|||
const p3string = 'p3 - container def';
|
||||
const indexp1 = taskDefCloudFormation.search(p1string) + p1string.length + '\n'.length;
|
||||
const template1 = `
|
||||
AWSSecretAccessKeyssss:
|
||||
Type: String
|
||||
Default: '0'
|
||||
AWSSecretAccessKeyssss:
|
||||
Type: String
|
||||
Default: '0'
|
||||
`;
|
||||
taskDefCloudFormation = [
|
||||
taskDefCloudFormation.slice(0, indexp1),
|
||||
|
|
|
|||
Loading…
Reference in New Issue