Commit 9e181d36ead37ace996c5ec8a25f7639bc308345

Authored by Dmitriy Zaporozhets
1 parent d47fb275

Dont check for python any more

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
lib/tasks/gitlab/check.rake
@@ -279,8 +279,6 @@ namespace :gitlab do @@ -279,8 +279,6 @@ namespace :gitlab do
279 start_checking "Environment" 279 start_checking "Environment"
280 280
281 check_gitlab_git_config 281 check_gitlab_git_config
282 - check_python2_exists  
283 - check_python2_version  
284 282
285 finished_checking "Environment" 283 finished_checking "Environment"
286 end 284 end