Commit d8ab0d60 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Give project to the dummy pipeline

parent fb897f53
......@@ -74,7 +74,9 @@ module CycleAnalyticsHelpers
def dummy_pipeline
@dummy_pipeline ||=
Ci::Pipeline.new(sha: project.repository.commit('master').sha)
Ci::Pipeline.new(
sha: project.repository.commit('master').sha,
project: project)
end
def new_dummy_job(environment)
......
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