drone / go-convert

Package convert provides tools for converting pipeline configuration files to the Drone format.
Apache License 2.0
10 stars 8 forks source link

(feat) support for downgraded github timeouts #69

Closed jimsheldon closed 1 year ago

bradrydzewski commented 1 year ago

can you confirm that if no duration is defined, the attribute is omitted? Just want to make sure it doesn't output "0s" which could be interpreted as an immediate timeout

jimsheldon commented 1 year ago

The parameter is added as timeout: "", this behavior has not changed.