We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a909924 commit 809497dCopy full SHA for 809497d
.expeditor/buildkite/artifact.habitat.test.ps1
@@ -5,8 +5,8 @@
5
# TODO: Set-StrictMode -Version Latest
6
$PSDefaultParameterValues['*:ErrorAction']='Stop'
7
$ErrorActionPreference = 'Stop'
8
-$env:HAB_BLDR_CHANNEL = "LTS-2025"
9
-$env:HAB_REFRESH_CHANNEL = "LTS-2025"
+$env:HAB_BLDR_CHANNEL = "base-2025"
+$env:HAB_REFRESH_CHANNEL = "base-2025"
10
$env:CHEF_LICENSE = 'accept-no-persist'
11
$env:HAB_LICENSE = 'accept-no-persist'
12
$Plan = 'chef-cli'
habitat/plan.ps1
@@ -9,7 +9,7 @@ $pkg_version=$(Get-Content "$PLAN_CONTEXT/../VERSION")
$pkg_maintainer="The Chef Maintainers <humans@chef.io>"
$pkg_deps=@(
- "chef/ruby31-plus-devkit"
+ "core/ruby3_4-plus-devkit"
13
"core/git"
14
)
15
$pkg_bin_dirs=@("bin"
0 commit comments