Skip to content
Snippets Groups Projects
Commit f8bac850 authored by Filipa Lacerda's avatar Filipa Lacerda
Browse files

Backports EE change for expanded pipelines

parent 6fc43e6f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -82,6 +82,12 @@ FactoryBot.define do
end
end
 
trait :with_job do
after(:build) do |pipeline, evaluator|
pipeline.builds << build(:ci_build, pipeline: pipeline, project: pipeline.project)
end
end
trait :auto_devops_source do
config_source { Ci::Pipeline.config_sources[:auto_devops_source] }
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment