diff options
author | Alessio Caiazza <acaiazza@gitlab.com> | 2017-09-27 16:01:33 +0200 |
---|---|---|
committer | Alessio Caiazza <acaiazza@gitlab.com> | 2017-10-03 11:35:23 +0200 |
commit | 79e1f33f13095e3781bc3fc07efd52921c4ed756 (patch) | |
tree | 92e7f9a6c95d687b7136e45954c68889ef93d6c7 /lib | |
parent | 570940858599fb2f4e5410b9a6743a0aeb0a09e7 (diff) | |
download | gitlab-ce-79e1f33f13095e3781bc3fc07efd52921c4ed756.tar.gz |
Expose GitLab features to the CI runner37970-timestamped-ci
Diffstat (limited to 'lib')
-rw-r--r-- | lib/api/entities.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/api/entities.rb b/lib/api/entities.rb index 71253f72533..a0b87f320a4 100644 --- a/lib/api/entities.rb +++ b/lib/api/entities.rb @@ -1020,6 +1020,7 @@ module API expose :cache, using: Cache expose :credentials, using: Credentials expose :dependencies, using: Dependency + expose :features end end |