From bcfb4b6f6c8558851ff65fae0a75bb5195b2d97b Mon Sep 17 00:00:00 2001 From: crystal Date: Sun, 25 Feb 2024 14:42:10 -0700 Subject: [PATCH] manually mirror to Codeberg --- .crystalintegration.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.crystalintegration.yml b/.crystalintegration.yml index 8a6a9c8..8903b62 100644 --- a/.crystalintegration.yml +++ b/.crystalintegration.yml @@ -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