Skip to content
Snippets Groups Projects
Commit bc0c94e7 authored by Kamil Trzciński's avatar Kamil Trzciński
Browse files

Merge branch 'remove-unused-entities' into 'master'

Remove unused entities



See merge request !224
parents 99d6329a 435c6bb2
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -34,10 +34,5 @@ module API
class WebHook < Grape::Entity
expose :id, :project_id, :url
end
class DeployJob < Grape::Entity
expose :id, :project_id, :commands, :active, :name,
:refs, :tags, :job_type, :refs, :tag_list
end
end
end
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