diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-10-06 22:09:52 -0700 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-10-06 22:09:52 -0700 |
commit | bb684e07b94e2d10c11f3769add57c2623b650fe (patch) | |
tree | 44e24e29fc3104952e65ab4b2d111abf4b732837 /lib/api | |
parent | e0343713e9232a9de15e66e1fdbc9e4dd7cf3af4 (diff) | |
parent | cd9d7dd8701d916842034d3d2f0f687f88157bdf (diff) | |
download | gitlab-ci-bb684e07b94e2d10c11f3769add57c2623b650fe.tar.gz |
Merge pull request #270 from endzyme/patch-1
adding before commit to available info for build.
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 68b05cb..bdc9e09 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 + expose :id, :commands, :path, :ref, :sha, :project_id, :repo_url, :before_sha end class Runner < Grape::Entity |