From 26a46cc8860f549ec4bb03b783fcd91504449f9e Mon Sep 17 00:00:00 2001 From: Miah Johnson Date: Tue, 22 Oct 2019 02:18:51 -0700 Subject: [PATCH] debug windows Signed-off-by: Miah Johnson --- .expeditor/buildkite/artifact.habitat.test.ps1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.expeditor/buildkite/artifact.habitat.test.ps1 b/.expeditor/buildkite/artifact.habitat.test.ps1 index 7e8aed8a2..b838bac58 100644 --- a/.expeditor/buildkite/artifact.habitat.test.ps1 +++ b/.expeditor/buildkite/artifact.habitat.test.ps1 @@ -24,7 +24,9 @@ Set-Location $project_root $env:DO_CHECK=$true; hab pkg build . if (-not $?) { throw "unable to build" } -. ./results/last_build.env +ls ./results + +. ./results/last_build.ps1 if (-not $?) { throw "unable to determine details about this build" } Write-Host "--- Installing $pkg_ident"