From f50ee2c086ad60f4bcc8ac9eb5bbca9afd63eb63 Mon Sep 17 00:00:00 2001 From: nikhil2611 Date: Tue, 17 Jun 2025 20:11:54 +0530 Subject: [PATCH] adding the builder channel Signed-off-by: nikhil2611 --- .expeditor/buildkite/artifact.habitat.test.sh | 1 + habitat/plan.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/.expeditor/buildkite/artifact.habitat.test.sh b/.expeditor/buildkite/artifact.habitat.test.sh index 5bf076c7..9f12b8f4 100755 --- a/.expeditor/buildkite/artifact.habitat.test.sh +++ b/.expeditor/buildkite/artifact.habitat.test.sh @@ -6,6 +6,7 @@ export HAB_ORIGIN='ci' export PLAN='chef-cli' export CHEF_LICENSE="accept-no-persist" export HAB_LICENSE="accept-no-persist" +export HAB_BLDR_CHANNEL="base-2025" export HAB_REFRESH_CHANNEL="base-2025" echo "--- checking if git is installed" diff --git a/habitat/plan.sh b/habitat/plan.sh index 21a18855..83c73dc1 100644 --- a/habitat/plan.sh +++ b/habitat/plan.sh @@ -1,3 +1,4 @@ +export HAB_BLDR_CHANNEL="base-2025" export HAB_REFRESH_CHANNEL="base-2025" pkg_name=chef-cli pkg_origin=chef