Pin *.sh to LF so Windows checkouts cannot ship a CRLF shebang
Build & Deploy / Build & push images (push) Successful in 4m19s
Build & Deploy / Deploy to VM (push) Successful in 44s

This commit is contained in:
Logan Cusano
2026-08-20 03:16:28 -04:00
parent a250c29e3c
commit baa9d1811f
+4
View File
@@ -0,0 +1,4 @@
# Shell scripts run inside Linux containers. A CRLF shebang there fails as
# "bad interpreter: /bin/sh^M", which surfaces only as a container that will
# not start. Windows checkouts have core.autocrlf=true, so pin these to LF.
*.sh text eol=lf