From 34f6a0f2608bff3ea3535b43fe3f7b893ef7cf2c Mon Sep 17 00:00:00 2001
From: Greg Fodor <gfodor@gmail.com>
Date: Thu, 12 Jul 2018 22:50:58 +0000
Subject: [PATCH] Install git

---
 scripts/hab-build-and-push.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/hab-build-and-push.sh b/scripts/hab-build-and-push.sh
index 34b0f53bd..dab548add 100755
--- a/scripts/hab-build-and-push.sh
+++ b/scripts/hab-build-and-push.sh
@@ -28,7 +28,7 @@ mkdir -p /usr/local/share
 
 rm /usr/bin/env
 ln -s "$(hab pkg path core/coreutils)/bin/env" /usr/bin/env
-hab pkg install -b core/coreutils core/bash core/node core/yarn core/aws-cli
+hab pkg install -b core/coreutils core/bash core/node core/yarn core/aws-cli core/git
 
 yarn install --cache-folder .yarn
 ls node_modules
-- 
GitLab