We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74a3e2d commit 9adefc0Copy full SHA for 9adefc0
.azure-pipelines/steps/run.yml
@@ -88,8 +88,9 @@ steps:
88
#
89
# If matches for '\r' are found, we should immediately exit the build.
90
- bash: |
91
+ set -x
92
git config --list
- egrep -l $'\r'\$ src/tools/rust-installer/install-template.sh && exit 1
93
+ (egrep -l $'\r'\$ src/tools/rust-installer/install-template.sh && exit 1) || true
94
displayName: Verify line endings are LF
95
96
# Ensure the `aws` CLI is installed so we can deploy later on, cache docker
0 commit comments