From 380ccbc2d4fe1c16c6139964a20d78c136ab204e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 15 Sep 2019 05:09:36 +0530 Subject: [PATCH] Avoid test failures when making multiple pushes in a short time period --- azure-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d54f586228..40780a0f48 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -24,7 +24,7 @@ jobs: displayName: 'Install calibre dependencies' - checkout: self - fetchDepth: 1 + fetchDepth: 10 - script: | python setup.py bootstrap --ephemeral @@ -43,7 +43,7 @@ jobs: steps: - checkout: self - fetchDepth: 1 + fetchDepth: 10 - task: UsePythonVersion@0 inputs: @@ -72,7 +72,7 @@ jobs: steps: - checkout: self - fetchDepth: 1 + fetchDepth: 10 - task: UsePythonVersion@0 inputs: @@ -97,7 +97,7 @@ jobs: steps: - checkout: self - fetchDepth: 1 + fetchDepth: 10 - task: UsePythonVersion@0 inputs: