Skip to content

Commit

Permalink
Add clone retry
Browse files Browse the repository at this point in the history
Signed-off-by: Johnatas <[email protected]>
  • Loading branch information
Johnatas committed Jul 4, 2023
1 parent 7c79e5e commit f2cb5dc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ platform:
os: linux
arch: amd64

clone:
retries: 3

steps:
- name: skipfiles
image: plugins/git
Expand Down Expand Up @@ -206,6 +209,9 @@ platform:
os: linux
arch: arm64

clone:
retries: 3

steps:
- name: skipfiles
image: plugins/git
Expand Down Expand Up @@ -371,6 +377,9 @@ platform:
node:
arch: s390x

clone:
retries: 3

steps:
- name: skipfiles
image: alpine/git:v2.30.2-s390x
Expand Down Expand Up @@ -474,6 +483,9 @@ platform:
os: linux
arch: amd64

clone:
retries: 3

steps:
- name: skipfiles
image: plugins/git
Expand Down Expand Up @@ -532,6 +544,9 @@ platform:
os: linux
arch: amd64

clone:
retries: 3

steps:
- name: skipfiles
image: plugins/git
Expand Down

0 comments on commit f2cb5dc

Please sign in to comment.