Skip to content

Commit

Permalink
Merge pull request #194 from nwf/azure-format-diff
Browse files Browse the repository at this point in the history
Azure CI: Format: don't specify diff revision
  • Loading branch information
mjp41 authored May 21, 2020
2 parents 8d6823b + 47e2c64 commit fe73a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ jobs:
- script: |
set -eo pipefail
ninja clangformat
git diff --exit-code $(Build.SourceVersion)
git diff --exit-code
workingDirectory: build
failOnStderr: true
Expand Down

0 comments on commit fe73a10

Please sign in to comment.