summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-03-25 18:59:28 -0700
committerTim Smith <tsmith84@gmail.com>2021-03-25 18:59:28 -0700
commit43a28050b25d82cc1747a292b917d5775ae7ace7 (patch)
tree105ffd8c19a002d537077c40c8d771bc2e3c7eae
parentbfa97e3e6614b97ce85f4ad4f26b0150c9f8812b (diff)
downloadchef-43a28050b25d82cc1747a292b917d5775ae7ace7.tar.gz
Make sure we have git for hab
Hopefully this fixes the hab Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--habitat/plan.ps13
1 files changed, 3 insertions, 0 deletions
diff --git a/habitat/plan.ps1 b/habitat/plan.ps1
index 5462ff56ff..eb25f9cae3 100644
--- a/habitat/plan.ps1
+++ b/habitat/plan.ps1
@@ -10,6 +10,9 @@ $pkg_bin_dirs=@(
"bin"
"vendor/bin"
)
+$pkg_build_deps=@(
+ "core/git"
+)
$pkg_deps=@(
"core/cacerts"
"chef/ruby-plus-devkit"