Commit 6bd64158 authored by Mayra Cabrera's avatar Mayra Cabrera

Merge branch '195829-fix-no-method-error-in-cycle-analytics-fixture' into 'master'

Fix undefined variable in Cycle Analytics fixture

See merge request gitlab-org/gitlab!22934
parents ff441549 12a30d31
......@@ -208,7 +208,7 @@ class Gitlab::Seeder::CycleAnalytics
job = merge_request.head_pipeline.builds.where.not(environment: nil).last
job.success!
pipeline.update_status
job.pipeline.update_status
end
end
end
......
Markdown is supported
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