manually mirror to Codeberg

This commit is contained in:
crystal 2024-02-25 14:42:10 -07:00
parent e834e75dd8
commit bcfb4b6f6c
No known key found for this signature in database
GPG key ID: 1122054731F7CC43

View file

@ -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