about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPietro Albini <pietro@pietroalbini.org>2019-05-26 17:12:13 +0200
committerPietro Albini <pietro@pietroalbini.org>2019-05-26 17:12:13 +0200
commitd185feae4f0d383cf3f3b250f84ac007b488e6d5 (patch)
tree6b1d747c49d27995f1fe5e843a3a8a29ae54ee87
parent315ab95a9c13cbb69ae8538fcd69b9f7b0c30f89 (diff)
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.
-rw-r--r--.azure-pipelines/auto.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.azure-pipelines/auto.yml b/.azure-pipelines/auto.yml
index 7bb38a4e8eb..38c93346437 100644
--- a/.azure-pipelines/auto.yml
+++ b/.azure-pipelines/auto.yml
@@ -153,8 +153,6 @@ jobs:
   pool:
     vmImage: macos-10.13
   steps:
-  - checkout: self
-    fetchDepth: 2
   - template: steps/run.yml
   strategy:
     matrix: