We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3320373 commit 74a3e2dCopy full SHA for 74a3e2d
.azure-pipelines/steps/run.yml
@@ -88,6 +88,7 @@ steps:
88
#
89
# If matches for '\r' are found, we should immediately exit the build.
90
- bash: |
91
+ git config --list
92
egrep -l $'\r'\$ src/tools/rust-installer/install-template.sh && exit 1
93
displayName: Verify line endings are LF
94
0 commit comments