Skip to content

Commit 782d689

Browse files
committed
Remove githubruby
1 parent da8e327 commit 782d689

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/tasks/temporary/oneshot.rake

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,4 +261,10 @@ namespace :oneshot do
261261
BenchmarkType.where(id: original_type.id).delete_all
262262
end
263263
end
264+
265+
desc 'remove githubruby'
266+
task githubruby: :environment do
267+
githubruby = Release.find_by!(version: 'githubruby-2.2.0-dev')
268+
BenchmarkRun.where(initiator: githubruby).delete_all
269+
end
264270
end

0 commit comments

Comments
 (0)