Skip to content

Commit

Permalink
now add in the error table
Browse files Browse the repository at this point in the history
  • Loading branch information
boshek committed Aug 24, 2023
1 parent e0a5f3b commit b5aae8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crossbow-nightly-report/crossbow-nightly-report.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,6 @@ for (.x in unique(build_table$build_type)) {

```{r error-logs}
#| results: "asis"
#| eval: false
month_year_order <- rev(unique(format(sort(as.Date(nightly$nightly_date)), "%b %Y")))
for (.x in month_year_order) {
Expand Down

0 comments on commit b5aae8d

Please sign in to comment.