Commit 53e54ddf8a107f02fe870159663d9763c48a3c54
1 parent
d6ac3813
Exists in
master
and in
4 other branches
require gitlab-shell v1.2.0 now
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
lib/tasks/gitlab/check.rake
| @@ -637,8 +637,8 @@ namespace :gitlab do | @@ -637,8 +637,8 @@ namespace :gitlab do | ||
| 637 | 637 | ||
| 638 | def check_gitlab_shell | 638 | def check_gitlab_shell |
| 639 | print "GitLab Shell version? ... " | 639 | print "GitLab Shell version? ... " |
| 640 | - if gitlab_shell_version.strip == '1.1.0' | ||
| 641 | - puts 'OK (1.1.0)'.green | 640 | + if gitlab_shell_version.strip == '1.2.0' |
| 641 | + puts 'OK (1.2.0)'.green | ||
| 642 | else | 642 | else |
| 643 | puts 'FAIL. Please update gitlab-shell to v1.1.0'.red | 643 | puts 'FAIL. Please update gitlab-shell to v1.1.0'.red |
| 644 | end | 644 | end |