From b2904c03c25600bcc2a7b21a37549e666d76f6f7 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sun, 22 Feb 2026 23:37:21 +0000 Subject: [PATCH] [ci skip] Add clone retry settings for DNS resilience --- .woodpecker/api.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.woodpecker/api.yml b/.woodpecker/api.yml index 3ace80e..914bb1c 100644 --- a/.woodpecker/api.yml +++ b/.woodpecker/api.yml @@ -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