We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed06aaa commit a0201b4Copy full SHA for a0201b4
task_runner.rb
@@ -18,6 +18,7 @@ def run_tasks
18
tasks = Dir.glob('tasks/*.rb')
19
tasks = tasks.select { |t| profile.whitelist.include?(task_name(t)) } if profile.whitelist
20
tasks = tasks.reject { |t| profile.blacklist.include?(task_name(t)) } if profile.blacklist
21
+ tasks.sort!
22
end
23
24
tasks.each do |task|
0 commit comments