Skip to content

Commit

Permalink
Ignore branches with error in the name
Browse files Browse the repository at this point in the history
  • Loading branch information
reuteras committed Oct 7, 2024
1 parent c9686a9 commit e4d7a5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions downloadFiles.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e4d7a5e

Please sign in to comment.