mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 04:05:42 +01:00
[CI] push forgejo branches to the specified destination (squash) verbose
(cherry picked from commit848685d68d
) (cherry picked from commite8021f281f
)
This commit is contained in:
parent
22d8ed2544
commit
2a4b3a2a43
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ jobs:
|
||||||
git fetch origin refs/heads/forgejo:refs/mirror/forgejo
|
git fetch origin refs/heads/forgejo:refs/mirror/forgejo
|
||||||
git ls-remote origin refs/heads/v*/forgejo | while read sha full_ref ; do
|
git ls-remote origin refs/heads/v*/forgejo | while read sha full_ref ; do
|
||||||
ref=${full_ref#refs/heads/}
|
ref=${full_ref#refs/heads/}
|
||||||
|
echo git fetch origin $full_ref:refs/mirror/$ref
|
||||||
git fetch origin $full_ref:refs/mirror/$ref
|
git fetch origin $full_ref:refs/mirror/$ref
|
||||||
done
|
done
|
||||||
|
echo git push --force https://${{ vars.MIRROR_DESTINATION }} refs/mirror/*:refs/heads/*
|
||||||
git push --force https://any:${{ secrets.MIRROR_TOKEN }}@${{ vars.MIRROR_DESTINATION }} refs/mirror/*:refs/heads/*
|
git push --force https://any:${{ secrets.MIRROR_TOKEN }}@${{ vars.MIRROR_DESTINATION }} refs/mirror/*:refs/heads/*
|
||||||
|
|
Loading…
Reference in a new issue