From f3257cea90987ec427adbb23ea5014d6045dacc5 Mon Sep 17 00:00:00 2001 From: "John W. Parent" <45471568+johnwparent@users.noreply.github.com> Date: Mon, 10 Mar 2025 21:06:02 -0400 Subject: [PATCH] Windows Ci: Ensure consistent EOL (#49377) --- share/spack/gitlab/cloud_pipelines/configs/win64/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/share/spack/gitlab/cloud_pipelines/configs/win64/ci.yaml b/share/spack/gitlab/cloud_pipelines/configs/win64/ci.yaml index 2d8aedf6d44..649e3f0ef87 100644 --- a/share/spack/gitlab/cloud_pipelines/configs/win64/ci.yaml +++ b/share/spack/gitlab/cloud_pipelines/configs/win64/ci.yaml @@ -5,6 +5,7 @@ ci: - Write-Output "Done" before_script:: + - git config core.autocrlf true - fsutil 8dot3name set C:\ 0 - . .\share\spack\setup-env.ps1 - If (Test-Path -path C:\\key\intermediate_ci_signing_key.gpg) { spack.ps1 gpg trust C:\\key\intermediate_ci_signing_key.gpg }