Skip to content

Commit

Permalink
fail on stderr
Browse files Browse the repository at this point in the history
Signed-off-by: Michael D Kinney <[email protected]>
  • Loading branch information
mdkinney committed Nov 6, 2019
1 parent 59ba396 commit 02dd210
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .azurepipelines/Ubuntu-PatchCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@ jobs:
- job: FINISHED
dependsOn: MATRIX
condition: succeededOrFailed()
steps:
- script: |
set
echo FINISHED 1>&2
sleep 10
condition: succeededOrFailed()
failOnStderr: true
displayName: FINISHED

0 comments on commit 02dd210

Please sign in to comment.