Skip to content

Commit d185fea

Browse files
committed
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.
1 parent 315ab95 commit d185fea

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: .azure-pipelines/auto.yml

-2
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,6 @@ jobs:
153153
pool:
154154
vmImage: macos-10.13
155155
steps:
156-
- checkout: self
157-
fetchDepth: 2
158156
- template: steps/run.yml
159157
strategy:
160158
matrix:

0 commit comments

Comments
 (0)