diff --git a/.expeditor/automate_build.sh b/.expeditor/automate_build.sh index 3abd97a5cf..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 +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 @@ -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