Skip to content

Commit

Permalink
Removed the logs
Browse files Browse the repository at this point in the history
Signed-off-by: Ashique Saidalavi <[email protected]>
  • Loading branch information
ashiqueps committed Nov 26, 2024
1 parent d4b09e5 commit f6f9f96
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .expeditor/buildkite/artifact.habitat.test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,9 @@ function Install-Habitat {
}

try {
$v = hab --version
Write-Host "Habitat version:$v is already installed."
hab --version
}
catch {
Write-Host "Habitat is not installed, installing..."
Set-ExecutionPolicy Bypass -Scope Process -Force

Stop-HabProcess
Expand Down Expand Up @@ -92,4 +90,4 @@ try {
finally {
# Ensure we always return to the original directory
Pop-Location
}
}

0 comments on commit f6f9f96

Please sign in to comment.