Skip to content

Commit

Permalink
ci: drop unused git config for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 committed Sep 24, 2022
1 parent 4ecba28 commit ae6e5c9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,6 @@ commands:
- run: sudo apt-get update
- run: sudo apt-get install --no-install-recommends -y ca-certificates nodejs npm

- when:
condition:
equal: [ "win/default", << parameters.os >> ]
steps:
- run: git config --global core.autocrlf false
- run: git config --global core.eol lf

- run: npm install

prepare:
Expand Down

0 comments on commit ae6e5c9

Please sign in to comment.