Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Add git configuration for autocrlf
Browse files Browse the repository at this point in the history
  • Loading branch information
nmiyake committed Nov 25, 2019
1 parent cff302c commit e7b37b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ steps:
displayName: Print Go version and environment

- bash: |
git config --global core.autocrlf false
go mod tidy
if [ ! -z "$(git status --porcelain go.mod)" ]; then
printf "go.mod has modifications\n"
Expand Down

0 comments on commit e7b37b4

Please sign in to comment.