summaryrefslogtreecommitdiff
path: root/app/models/commit.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-01-11 18:10:43 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-01-11 18:10:43 +0000
commitdcacb5daf7941dd2be05e6f688027baae92a6c81 (patch)
tree58e1a4b5be95bbc15f60c7c31a9709668ea1cb18 /app/models/commit.rb
parentec971a05e380fa580ae75dea30ab963112096525 (diff)
downloadgitlab-ce-dcacb5daf7941dd2be05e6f688027baae92a6c81.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models/commit.rb')
-rw-r--r--app/models/commit.rb2
1 files changed, 1 insertions, 1 deletions
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