summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2022-02-14 12:51:08 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2022-02-14 12:51:08 -0800
commitf52c90d728f690ceb46880bf9fda6020c3605d48 (patch)
tree8866587912deafa94d60afa830bae5c0c41098d8
parent050e1b865f725558bdfbfd5203981f437ff3c08b (diff)
downloadchef-f52c90d728f690ceb46880bf9fda6020c3605d48.tar.gz
Fix habitat builds by using `rake install:local`
No idea why I had to do this last year for omnibus builds and now this year for everything else. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--habitat/plan.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/habitat/plan.sh b/habitat/plan.sh
index ec0b0f6a09..7a9e6343c7 100644
--- a/habitat/plan.sh
+++ b/habitat/plan.sh
@@ -97,7 +97,7 @@ do_build() {
build_line "Installing gems from git repos properly ..."
ruby ./post-bundle-install.rb
build_line "Installing this project's gems ..."
- bundle exec rake install
+ bundle exec rake install:local
)
}