diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-01-31 13:09:10 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-01-31 13:09:10 +0200 |
commit | 9e181d36ead37ace996c5ec8a25f7639bc308345 (patch) | |
tree | ea9995f4aaa26fd9acd9271bff8738a5f68935cf /lib | |
parent | d47fb275ce85ce1a4b134cf7fe6d8e578d740518 (diff) | |
download | gitlab-ce-9e181d36ead37ace996c5ec8a25f7639bc308345.tar.gz |
Dont check for python any more
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tasks/gitlab/check.rake | 2 |
1 files changed, 0 insertions, 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 |