Skip to content

Commit 809497d

Browse files
committed
modify pkg dep pull from core/ruby
Signed-off-by: muthuja <muthujabavaji.vempalli@progress.com>
1 parent a909924 commit 809497d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.expeditor/buildkite/artifact.habitat.test.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# TODO: Set-StrictMode -Version Latest
66
$PSDefaultParameterValues['*:ErrorAction']='Stop'
77
$ErrorActionPreference = 'Stop'
8-
$env:HAB_BLDR_CHANNEL = "LTS-2025"
9-
$env:HAB_REFRESH_CHANNEL = "LTS-2025"
8+
$env:HAB_BLDR_CHANNEL = "base-2025"
9+
$env:HAB_REFRESH_CHANNEL = "base-2025"
1010
$env:CHEF_LICENSE = 'accept-no-persist'
1111
$env:HAB_LICENSE = 'accept-no-persist'
1212
$Plan = 'chef-cli'

habitat/plan.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ $pkg_version=$(Get-Content "$PLAN_CONTEXT/../VERSION")
99
$pkg_maintainer="The Chef Maintainers <humans@chef.io>"
1010

1111
$pkg_deps=@(
12-
"chef/ruby31-plus-devkit"
12+
"core/ruby3_4-plus-devkit"
1313
"core/git"
1414
)
1515
$pkg_bin_dirs=@("bin"

0 commit comments

Comments
 (0)