From dcacb5daf7941dd2be05e6f688027baae92a6c81 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 11 Jan 2021 18:10:43 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- app/models/commit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/models/commit.rb') diff --git a/app/models/commit.rb b/app/models/commit.rb index 6c2a818fc12..6a5d69f2e73 100644 --- a/app/models/commit.rb +++ b/app/models/commit.rb @@ -148,7 +148,7 @@ class Commit to: :with_pipeline def with_pipeline - @with_pipeline ||= CommitWithPipeline.new(self) + @with_pipeline ||= Ci::CommitWithPipeline.new(self) end def id -- cgit v1.2.1