Mate.Pipeline.insert_before
You're seeing just the function
insert_before
, go back to Mate.Pipeline module for more information.
Specs
Inserts a custom step in the given steps before a specific spec.
Example:
pipeline.insert_before(steps, Mate.Step.CleanBuild, CustomStep)