diff options
author | gdunkle <gdunkle@tura.com> | 2013-10-29 08:03:35 -0400 |
---|---|---|
committer | gdunkle <gdunkle@tura.com> | 2013-10-29 08:03:35 -0400 |
commit | c30a1ee68470a345a8cdcab4bb61c71cb6c5cc4d (patch) | |
tree | 05ea49686616475b43ab65d4e013822c3975411a /lib/api | |
parent | 87397adcc72630d9a931a3a3f86ef9d707f00691 (diff) | |
download | gitlab-ci-c30a1ee68470a345a8cdcab4bb61c71cb6c5cc4d.tar.gz |
expose project name
Diffstat (limited to 'lib/api')
-rw-r--r-- | lib/api/entities.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/entities.rb b/lib/api/entities.rb index 3c8fbcc..b6394e9 100644 --- a/lib/api/entities.rb +++ b/lib/api/entities.rb @@ -1,7 +1,7 @@ module API module Entities class Build < Grape::Entity - expose :id, :commands, :path, :ref, :sha, :project_id, :repo_url, :before_sha, :timeout, :allow_git_fetch + expose :id, :commands, :path, :ref, :sha, :project_id, :repo_url, :before_sha, :timeout, :allow_git_fetch, :project_name end class Runner < Grape::Entity |