From b680855c98b8d55142eefebeaa8d5a2e736c1119 Mon Sep 17 00:00:00 2001 From: RoyShravani Date: Thu, 2 Jan 2025 13:11:57 +0530 Subject: [PATCH] adding hab channel to automate build --- .expeditor/automate_build.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.expeditor/automate_build.sh b/.expeditor/automate_build.sh index 833f6df448..96d0199d9e 100755 --- a/.expeditor/automate_build.sh +++ b/.expeditor/automate_build.sh @@ -11,6 +11,9 @@ export HAB_STUDIO_SECRET_HAB_FEAT_IGNORE_LOCAL=false export HAB_FEAT_IGNORE_LOCAL=false export HAB_STUDIO_HOST_ARCH=x86_64-linux export HAB_FEAT_OFFLINE_INSTALL=true +export HAB_BLDR_CHANNEL: "LTS-2024" +export HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL: "LTS-2024" +export HAB_FALLBACK_CHANNEL: "LTS-2024" curl https://raw.githubusercontent.com/habitat-sh/habitat/main/components/hab/install.sh | sudo bash @@ -75,7 +78,7 @@ HAB_FEAT_OFFLINE_INSTALL=true HAB_FEAT_IGNORE_LOCAL=false HAB_ORIGIN=chef HAB_CA .expeditor/create-manifest.rb mv manifest.json results/build.json -HAB_PKG_CHANNEL=unstable NO_PIN_HAB=true .expeditor/create-manifest.rb +HAB_PKG_CHANNEL=LTS-2024 NO_PIN_HAB=true .expeditor/create-manifest.rb mv manifest.json results/build-habdev.json echo "after build" `ls -l results`