summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorgdunkle <gdunkle@tura.com>2013-10-29 08:03:35 -0400
committergdunkle <gdunkle@tura.com>2013-10-29 08:03:35 -0400
commitc30a1ee68470a345a8cdcab4bb61c71cb6c5cc4d (patch)
tree05ea49686616475b43ab65d4e013822c3975411a /lib
parent87397adcc72630d9a931a3a3f86ef9d707f00691 (diff)
downloadgitlab-ci-c30a1ee68470a345a8cdcab4bb61c71cb6c5cc4d.tar.gz
expose project name
Diffstat (limited to 'lib')
-rw-r--r--lib/api/entities.rb2
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