Skip to content

Be explicit about build stage dependencies

Major Hayden requested to merge explicit-build-dependencies into master

The build jobs will pull dependencies from every stage that ran prior, including the merge and lint stages. However, we only need the data from the merge stage during the build stage.

Set an explicit dependency in the build jobs so we only download artifacts from the merge job.

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

Merge request reports