diff --git a/manifest/clone.go b/manifest/clone.go index 876872f..14a7092 100644 --- a/manifest/clone.go +++ b/manifest/clone.go @@ -8,6 +8,7 @@ package manifest type Clone struct { Disable bool `json:"disable,omitempty"` Depth int `json:"depth,omitempty"` + Retries int `json:"retries,omitempty"` SkipVerify bool `json:"skip_verify,omitempty" yaml:"skip_verify"` Trace bool `json:"trace,omitempty"` }