Skip to content

Get cached pipeline-definition in before_script

Major Hayden requested to merge use-prepared-pipeline-definition into master

When a merge is made to pipeline-definition's master branch, there is a chance that a pipeline might be using an older version of YAML with newer pipeline scripts. That causes incompatibilities and bugs.

Instead, look for a cached pipeline-definition repository in the prepared software and use that version if it is present.

Signed-off-by: Major Hayden major@redhat.com

Merge request reports