diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-08-04 17:27:32 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-08-04 17:27:45 +0200 |
commit | 435c6bb20b0307af712b2c8df30155d59af1c995 (patch) | |
tree | 6d864b17c3407863b8731fccdc67d56161582f80 | |
parent | f7dbf6d1a4b5724445de4da658103ce976b02a29 (diff) | |
download | gitlab-ci-remove-unused-entities.tar.gz |
Remove unused entitiesremove-unused-entities
-rw-r--r-- | lib/api/entities.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/api/entities.rb b/lib/api/entities.rb index 2f7ca0f..910db52 100644 --- a/lib/api/entities.rb +++ b/lib/api/entities.rb @@ -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 |