Skip to content

Commit

Permalink
modify filter for file paths
Browse files Browse the repository at this point in the history
Co-authored-by: James Herr <[email protected]>
  • Loading branch information
pluckyswan and jherrflexion committed Dec 23, 2024
1 parent ccca6ab commit 6873446
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public void organizeAndCleanupBlobsByDate(int retentionDays, ZoneId timeZone) {
// possibly use a different receiver and filter on that

String testTypeAndSourceName = "Automated/" + sourceName;
if (sourceBlob.getBlobName().contains("golden")) {
if (sourceBlob.getBlobName().contains("GOLDEN-COPY")) {
testTypeAndSourceName = "GoldenCopy/" + sourceName;
}

Expand Down

0 comments on commit 6873446

Please sign in to comment.