diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2016-02-18 19:51:58 +0100 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2016-02-18 19:51:58 +0100 |
commit | 977fdbe830579d7455ee50240f92cbd8ae7c678a (patch) | |
tree | d701e1a069ca2b30dd7bbff76af34f0e587105c8 /lib/tasks | |
parent | 9805fe1914f28693eb0be4f8c2d8377050dd2ebb (diff) | |
parent | 7f7eef2aef31f9cd4297d25d4416515182aa9482 (diff) | |
download | gitlab-ce-977fdbe830579d7455ee50240f92cbd8ae7c678a.tar.gz |
Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into cache-clear
Diffstat (limited to 'lib/tasks')
-rw-r--r-- | lib/tasks/gitlab/check.rake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/tasks/gitlab/check.rake b/lib/tasks/gitlab/check.rake index 54d95cd62a5..81099cb8ba9 100644 --- a/lib/tasks/gitlab/check.rake +++ b/lib/tasks/gitlab/check.rake @@ -16,7 +16,6 @@ namespace :gitlab do check_git_config check_database_config_exists - check_database_is_not_sqlite check_migrations_are_up check_orphaned_group_members check_gitlab_config_exists |