summaryrefslogtreecommitdiff
path: root/habitat
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2022-02-14 12:51:08 -0800
committerJohn McCrae <john.mccrae@progress.com>2022-02-17 14:35:45 -0800
commitc5f43f28a03587645a4cbaf6c6813d7d71255b18 (patch)
tree1c44c3bf89dd6ccc9548cb25d8c60b4fd4f59580 /habitat
parent08c42590b51b66b91fc757ab0f669be7ebae02b4 (diff)
downloadchef-c5f43f28a03587645a4cbaf6c6813d7d71255b18.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>
Diffstat (limited to 'habitat')
-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
)
}