We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8062c25 commit a909924Copy full SHA for a909924
.expeditor/buildkite/artifact.habitat.test.sh
@@ -2,7 +2,6 @@
2
3
set -eo pipefail
4
5
-export HAB_ORIGIN='ci'
6
export PLAN='chef-cli'
7
export CHEF_LICENSE="accept-no-persist"
8
export HAB_LICENSE="accept-no-persist"
@@ -41,6 +40,9 @@ echo "--- Installing Habitat"
41
40
id -a
42
curl https://raw.githubusercontent.com/habitat-sh/habitat/main/components/hab/install.sh | bash
43
+echo "--- Setting HAB_ORIGIN to 'ci' after installation"
44
+export HAB_ORIGIN='ci'
45
+
46
echo "--- :key: Generating fake origin key"
47
hab origin key generate "$HAB_ORIGIN"
48
0 commit comments