Skip to content

Commit

Permalink
Updates reports
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperancinha committed Oct 28, 2024
1 parent 43d47ac commit f7d1143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-all-prs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ for item in *; do
fi
git pull
git fetch -p
for branch_name in $(git branch -r | grep -v '\->' | sed 's/origin\///' | grep -v 'master' | grep -v 'main' | grep -v 'migration-to-kotlin' | grep -v '1.0.0-eol-continuous-release-branch-recovered'); do
for branch_name in $(git branch -r | grep -v '\->' | sed 's/origin\///' | grep -v 'master' | grep -v 'main' | grep -v 'migration-to-kotlin' | grep -v '1.0.0-eol-continuous-release-branch-recovered' | grep -v 'migrate-to-kotlin'); do
echo "Processing branch: $branch_name"
if [ -n "${master_branch}" ]; then
git checkout "${branch_name}"
Expand Down

0 comments on commit f7d1143

Please sign in to comment.