From 91da1bf029f8300d0929500c3a2351550c930f11 Mon Sep 17 00:00:00 2001 From: Natan Rolnik Date: Sat, 18 Aug 2018 23:02:47 +0300 Subject: [PATCH] Remove .git directory deletion upon build pack installation Related to https://github.com/gliderlabs/herokuish/issues/311 --- include/buildpack.bash | 1 - 1 file changed, 1 deletion(-) diff --git a/include/buildpack.bash b/include/buildpack.bash index 4364cfbfe..36848be71 100644 --- a/include/buildpack.bash +++ b/include/buildpack.bash @@ -130,7 +130,6 @@ buildpack-install() { chown -R root:root "$target_path" chmod 755 "$target_path" fi - rm -rf "$target_path/.git" } buildpack-list() {