We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da8e327 commit 782d689Copy full SHA for 782d689
1 file changed
lib/tasks/temporary/oneshot.rake
@@ -261,4 +261,10 @@ namespace :oneshot do
261
BenchmarkType.where(id: original_type.id).delete_all
262
end
263
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
270
0 commit comments