Skip to content

Commit

Permalink
Retrieve Sanitizer Errors
Browse files Browse the repository at this point in the history
Code lint

Signed-off-by: Rodrigo Nardi <[email protected]>
  • Loading branch information
RodrigoMNardi committed Aug 14, 2024
1 parent 15796b0 commit 6bc6848
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tasks/retrieve_address_sanitizer_error.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

require_relative '../config/setup'


CiJob
.where("ci_jobs.name LIKE '%AddressSanitizer%'")
.where(status: :failure)
Expand All @@ -38,4 +37,3 @@
end
end
end

0 comments on commit 6bc6848

Please sign in to comment.