Skip to content

Commit

Permalink
Updating Hab to use a new switch
Browse files Browse the repository at this point in the history
Signed-off-by: John McCrae <[email protected]>
  • Loading branch information
John McCrae committed Jan 16, 2025
1 parent 460f524 commit ff584f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .expeditor/test_plan.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ param (

$env:HAB_LICENSE = "accept-no-persist"
$env:HAB_ORIGIN = 'ci'
$env:HAB_BLDR_CHANNEL = 'LTS-2024'
$env:HAB_REFRESH_CHANNEL = 'LTS-2024'

Write-Host "--- :8ball: :windows: Verifying $Plan"

Expand All @@ -20,7 +22,7 @@ if (Test-Path -PathType leaf "/hab/cache/keys/ci-*.sig.key") {
}

Write-Host "--- :construction: Building $Plan"
hab pkg build $Plan --refresh-channel LTS-2024
hab pkg build $Plan
if (-not $?) { throw "unable to build" }

. results/last_build.ps1
Expand Down
2 changes: 1 addition & 1 deletion .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ steps:
executor:
docker:
host_os: windows
image: rubydistros/windows-2019:3.0
image: rubydistros/windows-2019:3.1
shell: [ "powershell", "-Command" ]

0 comments on commit ff584f0

Please sign in to comment.