Skip to content

Commit

Permalink
Eliminates pause after commands where unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
lorengordon committed Aug 23, 2019
1 parent 536a246 commit 09e78b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,7 @@ Resources:
if (-not $?) { throw 'CloudWatch Logs modification failed!'; }"
-
local_ShellCommandMap: !FindInMap [ShellCommandMap, powershell, command]
waitAfterCompletion: '0'
10-install-cloudwatch-agent:
command: !Sub
- >-
Expand Down Expand Up @@ -792,6 +793,7 @@ Resources:
$ErrorActionPreference = 'Stop'; c:\cfn\scripts\watchmaker-install.ps1; } -Verbose -ErrorAction Stop"
-
local_ShellCommandMap: !FindInMap [ShellCommandMap, powershell, command]
waitAfterCompletion: '0'
10-initialize-disks:
command: !If
- CreateAppVolume
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@ Resources:
if (-not $?) { throw 'CloudWatch Logs modification failed!'; }"
-
local_ShellCommandMap: !FindInMap [ShellCommandMap, powershell, command]
waitAfterCompletion: '0'
10-install-cloudwatch-agent:
command: !Sub
- >-
Expand Down Expand Up @@ -601,6 +602,7 @@ Resources:
$ErrorActionPreference = 'Stop'; c:\cfn\scripts\watchmaker-install.ps1; } -Verbose -ErrorAction Stop"
-
local_ShellCommandMap: !FindInMap [ShellCommandMap, powershell, command]
waitAfterCompletion: '0'
10-initialize-disks:
command: !If
- CreateAppVolume
Expand Down

0 comments on commit 09e78b5

Please sign in to comment.