Skip to content

Commit

Permalink
Disable git's automatic line ending conversion in Windows CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
cameel committed Jan 20, 2021
1 parent 34a08d9 commit fd7cabd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -844,6 +844,7 @@ jobs:
name: win/default
shell: powershell.exe
steps:
- run: git config --global core.autocrlf false
- checkout
- restore_cache:
keys:
Expand Down Expand Up @@ -880,6 +881,7 @@ jobs:
name: win/default
shell: powershell.exe
steps:
- run: git config --global core.autocrlf false
- checkout
- attach_workspace:
at: build
Expand Down Expand Up @@ -932,6 +934,7 @@ jobs:
name: win/default
shell: cmd.exe
steps:
- run: git config --global core.autocrlf false
- checkout
- attach_workspace:
at: build
Expand Down

0 comments on commit fd7cabd

Please sign in to comment.