ci: fix multiple checkouts on azure

We were checking out the rustc repo multiple times on auto macOS, and
that was causing an error on the Azure side since multiple checkouts are
apparently not supported. This removes the extra checkout.
This commit is contained in:
Pietro Albini 2019-05-26 17:12:13 +02:00
parent 315ab95a9c
commit d185feae4f
No known key found for this signature in database
GPG Key ID: 3E06ABE80BAAF19C
1 changed files with 0 additions and 2 deletions

View File

@ -153,8 +153,6 @@ jobs:
pool:
vmImage: macos-10.13
steps:
- checkout: self
fetchDepth: 2
- template: steps/run.yml
strategy:
matrix: