[ci skip] Add clone retry settings for DNS resilience
This commit is contained in:
parent
432ceb575d
commit
c68841e499
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue