summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-10-23 13:53:41 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-10-23 13:53:41 +0300
commit346a6e78b0c473efd4dc1678bfb3fd21e365ca58 (patch)
tree4b3b80dc5a1e001a53e1d769f67b29b0d2e35ae4 /lib
parent32058effd9b246965ade58c0ed303a679b730d7e (diff)
downloadgitlab-ci-346a6e78b0c473efd4dc1678bfb3fd21e365ca58.tar.gz
Allow selecting git fetch or git clone for builds. Send build timeout with API
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 3f65a44..3c8fbcc 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
+ expose :id, :commands, :path, :ref, :sha, :project_id, :repo_url, :before_sha, :timeout, :allow_git_fetch
end
class Runner < Grape::Entity