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 279 start_checking "Environment"
280 280  
281 281 check_gitlab_git_config
282   - check_python2_exists
283   - check_python2_version
284 282  
285 283 finished_checking "Environment"
286 284 end
... ...