diff --git a/lib/tasks/gitlab/check.rake b/lib/tasks/gitlab/check.rake index c1877fc5008bd1889aac024aa28f018843048b91..48becea98b0b000a8c98cdf87f1b9323eaa1f083 100644 --- a/lib/tasks/gitlab/check.rake +++ b/lib/tasks/gitlab/check.rake @@ -149,6 +149,9 @@ namespace :gitlab do def check_init_script_exists print "Init script exists? ... " + puts 'skipped (slapos version has no init script)'.magenta + return + if omnibus_gitlab? puts 'skipped (omnibus-gitlab has no init script)'.color(:magenta) return @@ -173,6 +176,9 @@ namespace :gitlab do def check_init_script_up_to_date print "Init script up-to-date? ... " + puts 'skipped (slapos version has no init script)'.magenta + return + if omnibus_gitlab? puts 'skipped (omnibus-gitlab has no init script)'.color(:magenta) return