Skip to content
Snippets Groups Projects
Commit 702b291f authored by James Lopez's avatar James Lopez
Browse files

remove gl_project_id for I/E version update

parent a49d5271
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -142,12 +142,6 @@ class CommitStatus < ActiveRecord::Base
canceled? && auto_canceled_by_id?
end
 
# Added in 9.0 to keep backward compatibility for projects exported in 8.17
# and prior.
def gl_project_id
'dummy'
end
def detailed_status(current_user)
Gitlab::Ci::Status::Factory
.new(self, current_user)
Loading
Loading
Loading
Loading
@@ -87,7 +87,6 @@ methods:
- :type
statuses:
- :type
- :gl_project_id
services:
- :type
merge_request_diff:
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