This commit is contained in:
crystal 2024-03-23 11:27:13 -06:00
parent 0ab3730c43
commit e4af7ff151
No known key found for this signature in database
GPG key ID: 1122054731F7CC43

View file

@ -58,7 +58,7 @@ steps:
secrets: [ cb_git_auth ]
commands:
- git remote add codeberg https://$CB_GIT_AUTH@codeberg.org/forgejo-contrib/forgejo-deb
- if ( $(git rev-parse --is-shallow-repository) == "true" );then; git fetch --unshallow origin ;fi
- if ( $(git rev-parse --is-shallow-repository) == "true" );then git fetch --unshallow origin ;fi
- git fetch codeberg
- git push codeberg --tags refs/remotes/origin/*:refs/heads/*