[ci skip] Add clone retry settings for DNS resilience
This commit is contained in:
parent
c68841e499
commit
b2904c03c2
1 changed files with 7 additions and 0 deletions
|
|
@ -2,6 +2,13 @@ when:
|
|||
- event: push
|
||||
branch: master
|
||||
|
||||
clone:
|
||||
git:
|
||||
image: woodpeckerci/plugin-git
|
||||
settings:
|
||||
attempts: 5
|
||||
backoff: 10sec
|
||||
|
||||
steps:
|
||||
- name: install-api-deps
|
||||
image: python:3.13-slim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue