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

[gitlab] support `after_script` #170

Open jimsheldon opened 8 months ago

jimsheldon commented 8 months ago

See https://docs.gitlab.com/ee/ci/yaml/#after_script

Use after_script to define an array of commands that run after each job, including failed jobs.

It might be difficult to support "including failed jobs" without creating a separate step for this.