Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-zhenhua committed Apr 28, 2024
1 parent bae3d8d commit 440c631
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions eng/scripts/Armstrong-Validation.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,15 @@ function Validate-Terraform-Error($repoPath, $filePath) {
return $result
}

# DEBUG
Get-ChildItem Env: | ForEach-Object {
LogInfo "$($_.Name): $($_.Value)"
}

LogWarning "Warning Test"
LogError "Error Test"
# DEBUG end

$repoPath = Resolve-Path "$PSScriptRoot/../.."

$terraformErrors = @()
Expand Down

0 comments on commit 440c631

Please sign in to comment.