Skip to content

Commit 440c631

Browse files
committed
debug
1 parent bae3d8d commit 440c631

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

eng/scripts/Armstrong-Validation.ps1

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,15 @@ function Validate-Terraform-Error($repoPath, $filePath) {
149149
return $result
150150
}
151151

152+
# DEBUG
153+
Get-ChildItem Env: | ForEach-Object {
154+
LogInfo "$($_.Name): $($_.Value)"
155+
}
156+
157+
LogWarning "Warning Test"
158+
LogError "Error Test"
159+
# DEBUG end
160+
152161
$repoPath = Resolve-Path "$PSScriptRoot/../.."
153162

154163
$terraformErrors = @()

0 commit comments

Comments
 (0)