Skip to content

Commit

Permalink
Gen error
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 5, 2019
1 parent 361f42d commit 59ba396
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .azurepipelines/Ubuntu-PatchCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,7 @@ jobs:
condition: succeededOrFailed()
steps:
- script: |
echo SUCCESS
set
echo FINISHED 1>&2
sleep 10
condition: succeeded()
displayName: SUCCESS
- script: |
echo FAILED
sleep 10
exit 1
condition: failed()
displayName: FAILED
displayName: FINISHED

0 comments on commit 59ba396

Please sign in to comment.