1 2 3 4 5 6
namespace :ci do desc "GitLab CI | Clean running builds" task schedule_builds: :environment do Ci::Scheduler.new.perform end end