From 03345b3613d7667bd0ef05ec2258049e58d355ec Mon Sep 17 00:00:00 2001 From: Kamil Trzcinski Date: Wed, 15 Feb 2017 17:23:39 +0100 Subject: Remove trigger request and migrate all data to pipeline, by adding trigger_id and trigger_variables. --- lib/api/v3/entities.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/api/v3/entities.rb') diff --git a/lib/api/v3/entities.rb b/lib/api/v3/entities.rb index 9239c7fd168..3cc0dc968a8 100644 --- a/lib/api/v3/entities.rb +++ b/lib/api/v3/entities.rb @@ -11,10 +11,6 @@ module API Gitlab::UrlBuilder.build(snippet) end end - - class TriggerRequest < Grape::Entity - expose :id, :variables - end end end end -- cgit v1.2.1