Skip to content

Commit 74a3e2d

Browse files
Add some debug output
1 parent 3320373 commit 74a3e2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .azure-pipelines/steps/run.yml

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ steps:
8888
#
8989
# If matches for '\r' are found, we should immediately exit the build.
9090
- bash: |
91+
git config --list
9192
egrep -l $'\r'\$ src/tools/rust-installer/install-template.sh && exit 1
9293
displayName: Verify line endings are LF
9394

0 commit comments

Comments
 (0)