Commit d04ce833 authored by Douwe Maan's avatar Douwe Maan

Merge branch 'cache-clear-build-fix' into 'master'

fixes build with cache:clear issue

## What does this MR do?
Fixes a build issue that was probably introduced in commit 0c0caede.

See merge request !7074
parents 4a0e8f59 4eb90568
......@@ -9,6 +9,7 @@ describe 'gitlab:app namespace rake task' do
Rake.application.rake_require 'tasks/gitlab/backup'
Rake.application.rake_require 'tasks/gitlab/shell'
Rake.application.rake_require 'tasks/gitlab/db'
Rake.application.rake_require 'tasks/cache'
# empty task as env is already loaded
Rake::Task.define_task :environment
......
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