Remove git folder from jeremy recipe

This commit is contained in:
Jeremy Soller 2022-11-16 13:53:41 -07:00
parent a0a827e89f
commit 7f65e45823
No known key found for this signature in database
GPG Key ID: 87F211AF2BE4C2FE

View File

@ -7,4 +7,5 @@ template = "custom"
script = """
mkdir -pv "${COOKBOOK_STAGE}/home"
cp -rv "${COOKBOOK_SOURCE}" "${COOKBOOK_STAGE}/home/user"
rm -rf "${COOKBOOK_STAGE}/home/user/.git"
"""