Skip to content
Snippets Groups Projects

5 2 stable

Closed gitlab-qa-bot requested to merge 5-2-stable 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