Commit 9e181d36ead37ace996c5ec8a25f7639bc308345
1 parent
d47fb275
Exists in
spb-stable
and in
3 other branches
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 |