Skip to content

Commit

Permalink
export pkg name as chef-server
Browse files Browse the repository at this point in the history
Signed-off-by: muthuja <muthujabavaji.vempalli@progress.com>
  • Loading branch information
muthuja committed Feb 20, 2025
1 parent 47f86a9 commit c247b4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .expeditor/automate_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +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
pkg_name="chef-server"
name="chef-server"

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

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


Expand Down

0 comments on commit c247b4b

Please sign in to comment.