manually mirror to Codeberg
This commit is contained in:
parent
e834e75dd8
commit
bcfb4b6f6c
|
@ -53,6 +53,15 @@ steps:
|
|||
- git fetch --tags --force
|
||||
- git submodule foreach 'git fetch --tags --force'
|
||||
|
||||
git-push-codeberg:
|
||||
image: *ci_verify_image
|
||||
secrets: [ cb_git_auth ]
|
||||
commands:
|
||||
- git remote add codeberg https://$CB_GIT_AUTH@codeberg.org/forgejo-contrib/forgejo-deb
|
||||
- git fetch --unshallow origin
|
||||
- git fetch codeberg
|
||||
- git push codeberg --tags refs/remotes/origin/*:refs/heads/*
|
||||
|
||||
ci-verify:
|
||||
image: *ci_verify_image
|
||||
group: deps
|
||||
|
|
Loading…
Reference in a new issue