Skip to content

Commit

Permalink
ci: fix multiple checkouts on azure
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pietroalbini committed May 26, 2019
1 parent 315ab95 commit d185fea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .azure-pipelines/auto.yml
Expand Up @@ -153,8 +153,6 @@ jobs:
pool:
vmImage: macos-10.13
steps:
- checkout: self
fetchDepth: 2
- template: steps/run.yml
strategy:
matrix:
Expand Down

0 comments on commit d185fea

Please sign in to comment.