summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrystal <crystal@noreply.codeberg.org>2024-02-25 14:42:10 -0700
committercrystal <crystal@noreply.codeberg.org>2024-02-25 14:42:10 -0700
commitbcfb4b6f6c8558851ff65fae0a75bb5195b2d97b (patch)
tree4298e5ad2c7354debbe3571c58486f3f37847470
parente834e75dd8f69f0dac89abdd5b8369a7a2e9bdc6 (diff)
manually mirror to Codeberg
-rw-r--r--.crystalintegration.yml9
1 files changed, 9 insertions, 0 deletions
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