Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .expeditor/automate_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
buildkite-agent artifact upload results.tar.gz
Loading