Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/ci/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1310,7 +1310,7 @@ __EOM__
"type": "section",
"text": {
"type": "plain_text",
"text": "Could not parse junit files. Check build logs for more information.
"text": "Could not parse junit files. Check build logs for more information."
}
}
]
Expand Down Expand Up @@ -1469,7 +1469,7 @@ EOT
}

get_junit_parse_cli() {
go install github.com/stackrox/junit-parse
go install github.com/stackrox/junit-parse@latest
}

if [[ "${BASH_SOURCE[0]}" == "$0" ]]; then
Expand Down