Fix CRLF line endings in runtime/deploy scripts and enforce LF
All checks were successful
Build and Push Docker Image / build (push) Successful in 7m29s
All checks were successful
Build and Push Docker Image / build (push) Successful in 7m29s
This commit is contained in:
12
.gitattributes
vendored
Normal file
12
.gitattributes
vendored
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
* text=auto
|
||||||
|
|
||||||
|
# Deployment/runtime scripts must stay LF for Linux containers/shells.
|
||||||
|
*.sh text eol=lf
|
||||||
|
Dockerfile text eol=lf
|
||||||
|
**/Dockerfile text eol=lf
|
||||||
|
|
||||||
|
# Keep YAML and env-ish config files LF across platforms.
|
||||||
|
*.yml text eol=lf
|
||||||
|
*.yaml text eol=lf
|
||||||
|
*.env text eol=lf
|
||||||
|
*.sql text eol=lf
|
||||||
Reference in New Issue
Block a user