Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
milahu committed Oct 9, 2023
1 parent 25a3fba commit ca5173c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scripts/sync-git-mirrors.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ for remote in $(git remote show); do
if [[ " $ignore_remotes " =~ " $remote " ]]; then
continue
fi
git push $remote $branches $opts || true
git push $remote $branches $opts --tags || true
done

0 comments on commit ca5173c

Please sign in to comment.