Avoid test failures when making multiple pushes in a short time period

This commit is contained in:
Kovid Goyal 2019-09-15 05:09:36 +05:30
parent ecaa920e06
commit 380ccbc2d4
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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: