drone / drone-runtime

[DEPRECATED] migrated to https://github.com/drone-runners
Other
62 stars 43 forks source link

Skip pipeline steps dynamically via exit code #51

Closed bradrydzewski closed 5 years ago

bradrydzewski commented 5 years ago

If a step returns an exit code 78 (EX_CONFIG) we should immediately exit the pipeline with a success status and skip all subsequent steps.

bradrydzewski commented 5 years ago

this is implemented in rc.6