Mate.Pipeline.insert_before

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

insert_before(steps, target, new)

View Source

Specs

insert_before(steps :: steps(), target :: step(), new :: step()) :: steps()

Inserts a custom step in the given steps before a specific spec.

Example:

pipeline.insert_before(steps, Mate.Step.CleanBuild, CustomStep)