insert test template into cloud formation at all 3 template positions and log

pull/263/head
Frostebite 2021-05-02 02:11:23 +01:00
parent 4ac7f91e71
commit 89a0db42cc
3 changed files with 7 additions and 7 deletions

6
dist/index.js vendored
View File

@ -483,9 +483,9 @@ class AWS {
const p3string = 'p3 - container def'; const p3string = 'p3 - container def';
const indexp1 = taskDefCloudFormation.search(p1string) + p1string.length + '\n'.length; const indexp1 = taskDefCloudFormation.search(p1string) + p1string.length + '\n'.length;
const template1 = ` const template1 = `
AWSSecretAccessKeyssss: AWSSecretAccessKeyssss:
Type: String Type: String
Default: '0' Default: '0'
`; `;
taskDefCloudFormation = [ taskDefCloudFormation = [
taskDefCloudFormation.slice(0, indexp1), taskDefCloudFormation.slice(0, indexp1),

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -338,9 +338,9 @@ class AWS {
const p3string = 'p3 - container def'; const p3string = 'p3 - container def';
const indexp1 = taskDefCloudFormation.search(p1string) + p1string.length + '\n'.length; const indexp1 = taskDefCloudFormation.search(p1string) + p1string.length + '\n'.length;
const template1 = ` const template1 = `
AWSSecretAccessKeyssss: AWSSecretAccessKeyssss:
Type: String Type: String
Default: '0' Default: '0'
`; `;
taskDefCloudFormation = [ taskDefCloudFormation = [
taskDefCloudFormation.slice(0, indexp1), taskDefCloudFormation.slice(0, indexp1),