From 9e181d36ead37ace996c5ec8a25f7639bc308345 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Fri, 31 Jan 2014 13:09:10 +0200 Subject: [PATCH] Dont check for python any more Signed-off-by: Dmitriy Zaporozhets --- lib/tasks/gitlab/check.rake | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/tasks/gitlab/check.rake b/lib/tasks/gitlab/check.rake index f48d26433c0..7391773860e 100644 --- a/lib/tasks/gitlab/check.rake +++ b/lib/tasks/gitlab/check.rake @@ -279,8 +279,6 @@ namespace :gitlab do start_checking "Environment" check_gitlab_git_config - check_python2_exists - check_python2_version finished_checking "Environment" end