Skip to content

Commit

Permalink
ACS-8120: dump Docker logs on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
krdabrowski committed Jun 20, 2024
1 parent 6c74363 commit 2c90ec2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ private static Path findTargetJar(String nameSnippet)
return files.filter(matchExtension(extension))
.filter(nameContains(nameSnippet))
.filter(not(nameContains("-tests")))
.filter(not(nameContains("original")))
.findFirst()
.orElseThrow(() -> new IllegalStateException("%s file with name containing: '%s' not found in directory: '%s/'"
.formatted(extension.toUpperCase(Locale.ENGLISH), nameSnippet, path)));
Expand Down

0 comments on commit 2c90ec2

Please sign in to comment.