mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-27 22:26:04 +01:00
Avoid test failures when making multiple pushes in a short time period
This commit is contained in:
parent
ecaa920e06
commit
380ccbc2d4
1 changed files with 4 additions and 4 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue