Mate.Pipeline.remove

You're seeing just the function remove, go back to Mate.Pipeline module for more information.

Specs

remove(steps :: steps(), target :: step()) :: steps()

Removes a specific step from the given steps.

Example:

pipeline.remove(steps, Mate.Step.CleanBuild)