drone / go-convert

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

skipping unsupported step for harness downgrader #186

Closed raghavharness closed 1 month ago

raghavharness commented 1 month ago

Some steps are not supported by go convert due to which in the generated yaml we get a null value for that step. Added check to avoid this.

hemanthmantri commented 1 month ago

@anurag-harness take a look please.