Skip to content

Commit f34b02b

Browse files
authored
Merge pull request #889 from cppalliance/update_drone
Add retry clone to jsonnet
2 parents 8683e33 + 99ed491 commit f34b02b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.drone.jsonnet

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ local linux_pipeline(name, image, environment, packages = "", sources = [], arch
2323
os: "linux",
2424
arch: arch
2525
},
26+
"clone": {
27+
"retries": 5
28+
},
2629
steps:
2730
[
2831
{

0 commit comments

Comments
 (0)