Skip to content

Commit

Permalink
Use the embedded env when running escript
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Cragun <[email protected]>
  • Loading branch information
ryancragun authored and stevendanna committed Dec 21, 2018
1 parent 4c9a265 commit 8c633f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/oc_erchef/habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ do_install() {
cp Gemfile_habitat.lock ${pkg_prefix}/Gemfile.lock
bundle install --gemfile ${pkg_prefix}/Gemfile --path "${pkg_prefix}/vendor/bundle" && bundle config path ${pkg_prefix}/vendor/bundle
cp -r "_build/default/rel/oc_erchef/"* "${pkg_prefix}"
fix_interpreter "${pkg_prefix}/bin/reindex-opc-organization" core/coreutils bin/env
cp -R "$HAB_CACHE_SRC_PATH/$pkg_dirname/schema" "$pkg_prefix"
}

Expand Down

0 comments on commit 8c633f2

Please sign in to comment.