Skip to content
Snippets Groups Projects
Commit bec49fdf authored by Frederic Caplette's avatar Frederic Caplette
Browse files

Fix pipeline throwing error when needs is undefined

There was an instance where we would get an optional
job in the pipeline graph, which would not exist, but
another job was referencing that job through
their needs. This commit fixes this problem
and add additional spec coverage.
parent ffac03a2
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment