Terramate CLI is an open-source Infrastructure as Code (IaC) Orchestration and Code Generation tool for Terraform, OpenTofu and Terragrunt.
Mozilla Public License 2.0
3.28k
stars
92
forks
source link
ci: use core.autocrlf=input to avoid LF conversions on Windows checkout. #1917
Closed
i4ki closed 1 month ago
What this PR does / why we need it:
Fixes two issues in Windows CI:
core.crlf
was set after project was already cloned, then files were being converted.core.crlf
must be set toinput
to keep original EOL (we don't want conversions).Which issue(s) this PR fixes:
none
Special notes for your reviewer:
Does this PR introduce a user-facing change?