[ci skip] Add clone retry settings for DNS resilience

This commit is contained in:
Viktor Barzin 2026-02-22 23:37:19 +00:00
parent 432ceb575d
commit c68841e499

View file

@ -2,6 +2,13 @@ when:
- event: push - event: push
branch: master branch: master
clone:
git:
image: woodpeckerci/plugin-git
settings:
attempts: 5
backoff: 10sec
steps: steps:
- name: install-frontend-deps - name: install-frontend-deps
image: node:24-alpine image: node:24-alpine