diff options
Diffstat (limited to 'lib/api')
-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 |