Skip to content

Commit cb3ea48

Browse files
authored
[devops] Retry the checkout step if it fails. (#24065)
1 parent e4a4723 commit cb3ea48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/devops/automation/templates/common/checkout.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ steps:
2323
submodules: recursive
2424
path: s/$(BUILD_REPOSITORY_TITLE)
2525
fetchTags: false
26+
retryCount: 3
2627

2728
# some bots don't seem to have pwsh installed, so make sure it is
2829
- powershell: |

0 commit comments

Comments
 (0)