Skip to content

Commit

Permalink
Merge pull request #378 from natanrolnik/dont-delete-git-dir
Browse files Browse the repository at this point in the history
Remove .git directory deletion upon build pack installation
  • Loading branch information
michaelshobbs authored Aug 20, 2018
2 parents 1fa6d35 + 91da1bf commit 591fb59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/buildpack.bash
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ buildpack-install() {
chown -R root:root "$target_path"
chmod 755 "$target_path"
fi
rm -rf "$target_path/.git"
}

buildpack-list() {
Expand Down

0 comments on commit 591fb59

Please sign in to comment.