Commit 44f62446 authored by Kirill Smelkov's avatar Kirill Smelkov

NXD gitlab:check:app : Don't check for init script

Like Omnibus, SlapOS version does not have init script - nothing to
check here.
parent 4a12ed25
......@@ -180,6 +180,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)'.magenta
return
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment