[ci skip] Add clone retry settings for DNS resilience

This commit is contained in:
Viktor Barzin 2026-02-22 23:37:21 +00:00
parent c68841e499
commit b2904c03c2

View file

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