From 80dd1bf4c1a5470784258496e45e4146ca256c8f Mon Sep 17 00:00:00 2001 From: nikhil2611 Date: Mon, 23 Dec 2024 12:07:52 +0530 Subject: [PATCH] added the channel variable Signed-off-by: nikhil2611 --- habitat/plan.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/habitat/plan.ps1 b/habitat/plan.ps1 index e5b8a85..d3c2936 100644 --- a/habitat/plan.ps1 +++ b/habitat/plan.ps1 @@ -1,6 +1,7 @@ $ErrorActionPreference = "Stop" $PSDefaultParameterValues['*:ErrorAction']='Stop' +$env:HAB_BLDR_CHANNEL = "LTS-2024" $pkg_name="fauxhai" $pkg_origin="core" $pkg_version=$(Get-Content "$PLAN_CONTEXT/../VERSION")