From ac16b92f81f18e6d3e079661c8ce9ae0b2a92ae9 Mon Sep 17 00:00:00 2001 From: Kallol Roy Date: Thu, 30 Apr 2026 09:13:01 +0530 Subject: [PATCH 1/2] pin hab version Signed-off-by: Kallol Roy --- .expeditor/automate_build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.expeditor/automate_build.sh b/.expeditor/automate_build.sh index 3abd97a5cf..f6a4851529 100755 --- a/.expeditor/automate_build.sh +++ b/.expeditor/automate_build.sh @@ -16,7 +16,7 @@ export HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL="LTS-2024" export HAB_FALLBACK_CHANNEL="dev" export DEFAULT_AUTOMATE_REPO="https://github.com/chef/automate-private.git" -curl https://raw.githubusercontent.com/habitat-sh/habitat/main/components/hab/install.sh | sudo bash +curl https://raw.githubusercontent.com/habitat-sh/habitat/main/components/hab/install.sh | sudo bash -v 1.6.1245/2025090514090 sudo -E hab pkg install core/ruby3_1 export PATH @@ -99,4 +99,4 @@ echo "after build" `ls -l results` tar -cvf results.tar results gzip results.tar -buildkite-agent artifact upload results.tar.gz \ No newline at end of file +buildkite-agent artifact upload results.tar.gz From ed09d917689be645c2b4dcf4ee0173ae46fd72c4 Mon Sep 17 00:00:00 2001 From: Kallol Roy Date: Thu, 30 Apr 2026 09:29:29 +0530 Subject: [PATCH 2/2] fix command Signed-off-by: Kallol Roy --- .expeditor/automate_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.expeditor/automate_build.sh b/.expeditor/automate_build.sh index f6a4851529..947384c061 100755 --- a/.expeditor/automate_build.sh +++ b/.expeditor/automate_build.sh @@ -16,7 +16,7 @@ export HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL="LTS-2024" export HAB_FALLBACK_CHANNEL="dev" export DEFAULT_AUTOMATE_REPO="https://github.com/chef/automate-private.git" -curl https://raw.githubusercontent.com/habitat-sh/habitat/main/components/hab/install.sh | sudo bash -v 1.6.1245/2025090514090 +curl https://raw.githubusercontent.com/habitat-sh/habitat/main/components/hab/install.sh | sudo bash -s -- -v 1.6.1245/20250905140900 sudo -E hab pkg install core/ruby3_1 export PATH