Skip to content

Commit 9adefc0

Browse files
fixup! Ensure that checkout is with \n line endings
1 parent 74a3e2d commit 9adefc0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.azure-pipelines/steps/run.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,9 @@ steps:
8888
#
8989
# If matches for '\r' are found, we should immediately exit the build.
9090
- bash: |
91+
set -x
9192
git config --list
92-
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
9394
displayName: Verify line endings are LF
9495

9596
# Ensure the `aws` CLI is installed so we can deploy later on, cache docker

0 commit comments

Comments
 (0)