From e4d7a5e7f54a87a9f7146f0874e338bb7b8e2f61 Mon Sep 17 00:00:00 2001 From: Coding for fun Date: Mon, 7 Oct 2024 06:18:00 +0200 Subject: [PATCH] Ignore branches with error in the name --- downloadFiles.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/downloadFiles.ps1 b/downloadFiles.ps1 index 0266c6e..393f1d7 100644 --- a/downloadFiles.ps1 +++ b/downloadFiles.ps1 @@ -357,6 +357,7 @@ $errors = Get-ChildItem .\log\* -Recurse | Select-String -Pattern "error" | Wher $_.Line -notmatch "create mode " -and $_.Line -notmatch "delete mode " -and $_.Line -notmatch "rename " -and + $_.Line -notmatch "new branch" -and $_.Line -notmatch "origin/main Updating" -and $_.Line -notmatch "libgpg-error" -and $_.Line -notmatch ": No data" -and