diff options
author | Nick Thomas <nick@gitlab.com> | 2017-06-27 15:38:12 +0100 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2017-07-05 15:39:26 +0100 |
commit | 35f4a00f371ae60477bdbafe9f8274c8560320cb (patch) | |
tree | f52e80f87701e2a2724482b8705e97ac842bebc5 /lib/api/entities.rb | |
parent | 98768953f31d9b4f243c52e4dd5579f21cb7976f (diff) | |
download | gitlab-ce-35f4a00f371ae60477bdbafe9f8274c8560320cb.tar.gz |
Introduce cache policies for CI jobs
Diffstat (limited to 'lib/api/entities.rb')
-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 cef5a0abe12..698e2ab3e8e 100644 --- a/lib/api/entities.rb +++ b/lib/api/entities.rb @@ -831,7 +831,7 @@ module API end class Cache < Grape::Entity - expose :key, :untracked, :paths + expose :key, :untracked, :paths, :policy end class Credentials < Grape::Entity |