Skip to content

Commit de0b3c5

Browse files
committed
prevent git head corruption
1 parent 005fbb8 commit de0b3c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ echo "* soft nofile 196608" > /etc/security/limits.d/90-nofile.conf
77
echo "* hard nofile 393216" >> /etc/security/limits.d/90-nofile.conf
88

99
# ── Git identity (from host config.local, passed as env vars) ──────────────
10-
printf '[user]\n\temail = %s\n\tname = %s\n' \
10+
printf '[user]\n\temail = %s\n\tname = %s\n[gc]\n\tauto = 0\n' \
1111
"${DEV_AUTOMATION_EMAIL:-dev@sandbox.local}" \
1212
"${DEV_AUTOMATION_NAME:-Dev Automation}" \
1313
> /etc/gitconfig

0 commit comments

Comments
 (0)