Skip to content
Snippets Groups Projects

Added wiki-page search for 5-2-stable, Fixed issue #4310

Closed gitlab-qa-bot requested to merge github/fork/coverer/wiki-search-pages-5-2 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -588,7 +588,7 @@ namespace :gitlab do
def check_sidekiq_running
print "Running? ... "
if run_and_match("ps aux | grep -i sidekiq", /sidekiq \d\.\d\.\d.+$/)
if run_and_match("ps aux | grep -i sidekiq", /sidekiq \d+\.\d+\.\d+.+$/)
puts "yes".green
else
puts "no".red
Loading