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:
parent
315ab95a9c
commit
d185feae4f
1 changed files with 0 additions and 2 deletions
|
@ -153,8 +153,6 @@ jobs:
|
|||
pool:
|
||||
vmImage: macos-10.13
|
||||
steps:
|
||||
- checkout: self
|
||||
fetchDepth: 2
|
||||
- template: steps/run.yml
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
Loading…
Add table
Reference in a new issue