Skip to content
Draft
1 change: 1 addition & 0 deletions .expeditor/automate_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export HAB_STUDIO_SECRET_HAB_FEAT_IGNORE_LOCAL=false
export HAB_FEAT_IGNORE_LOCAL=false
export HAB_STUDIO_HOST_ARCH=x86_64-linux
export HAB_FEAT_OFFLINE_INSTALL=true
name="chef-server"

curl https://raw.githubusercontent.com/habitat-sh/habitat/main/components/hab/install.sh | sudo bash

Expand Down
1 change: 1 addition & 0 deletions .expeditor/habitat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
export CHEF_SERVER_SRC='/workdir/src'
export ORIGIN=chef
export HAB_LICENSE=accept-no-persist
name="chef-server"
# export PACKAGE_NAME=$1


Expand Down
Loading