Merge pull request #22 from julienduchesne/julienduchesne/add-retries-clone-manifest

Add `retries` option to clone manifest
pull/23/head
TP Honey 3 years ago committed by GitHub
commit eb851de89c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"`
}

Loading…
Cancel
Save