Commit 01bb7673 authored by Yorick Peterse's avatar Yorick Peterse Committed by Rémy Coutable

Merge branch '23653-dont-clear-db-cache-every-release' into 'master'

Stop clearing the database cache on rake cache:clear

See merge request !7056
Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 627eb7d1
......@@ -10,6 +10,7 @@ Please view this file on the master branch, on stable branches it's out of date.
- Fix typo in project settings that prevents users from enabling container registry. !7037
- Remove extra line for empty issue description. !7045
- Fix error in generating labels. !7055
- Stop clearing the database cache on `rake cache:clear`. !7056
## 8.13.0 (2016-10-22)
......
......@@ -29,5 +29,5 @@ namespace :cache do
task all: [:db, :redis]
end
task clear: 'cache:clear:all'
task clear: 'cache:clear:redis'
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment