diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-06-08 12:50:49 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-06-09 17:57:07 +0200 |
commit | 4663ae064d64c6acd488ef4c28afcf60b843bb85 (patch) | |
tree | ba909639856fb1ca72f1594fa7b85f0e3a5a2f0b /lib | |
parent | 921c356b5e776abc072724dd4238029c1bf13961 (diff) | |
download | gitlab-ce-4663ae064d64c6acd488ef4c28afcf60b843bb85.tar.gz |
Fix CI TriggerRequest entityrename-ci-commit-phase-4
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ci/api/entities.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ci/api/entities.rb b/lib/ci/api/entities.rb index b25e0e573a8..255217b1a7c 100644 --- a/lib/ci/api/entities.rb +++ b/lib/ci/api/entities.rb @@ -56,7 +56,7 @@ module Ci class TriggerRequest < Grape::Entity expose :id, :variables - expose :commit, using: Commit + expose :trigger, using: Commit, as: :commit end end end |