mirror of
https://github.com/inspec/inspec
synced 2024-11-22 20:53:11 +00:00
debug windows
Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
a2122753f0
commit
26a46cc886
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue