Skip to content

Commit

Permalink
Add rake travis_branch_monitor:poll_single
Browse files Browse the repository at this point in the history
A task for triggering a single run of the TravisBranchMonitor without
needing sidekiq running.
  • Loading branch information
NickLaMuro committed Mar 12, 2020
1 parent 0cd6c43 commit 737a524
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/tasks/travis_branch_monitor.rake
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
namespace :travis_branch_monitor do
task :poll_single => :environment do
TravisBranchMonitor.new.perform
end
end

0 comments on commit 737a524

Please sign in to comment.