Skip to content

Commit a909924

Browse files
committed
build chef-cli against to base 2025
Signed-off-by: muthuja <muthujabavaji.vempalli@progress.com>
1 parent 8062c25 commit a909924

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.expeditor/buildkite/artifact.habitat.test.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
set -eo pipefail
44

5-
export HAB_ORIGIN='ci'
65
export PLAN='chef-cli'
76
export CHEF_LICENSE="accept-no-persist"
87
export HAB_LICENSE="accept-no-persist"
@@ -41,6 +40,9 @@ echo "--- Installing Habitat"
4140
id -a
4241
curl https://raw.githubusercontent.com/habitat-sh/habitat/main/components/hab/install.sh | bash
4342

43+
echo "--- Setting HAB_ORIGIN to 'ci' after installation"
44+
export HAB_ORIGIN='ci'
45+
4446
echo "--- :key: Generating fake origin key"
4547
hab origin key generate "$HAB_ORIGIN"
4648

0 commit comments

Comments
 (0)