From e4af7ff15105d793745f9e29a663713845e7fe3b Mon Sep 17 00:00:00 2001 From: crystal Date: Sat, 23 Mar 2024 11:27:13 -0600 Subject: [PATCH] fix then --- .crystalintegration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.crystalintegration.yml b/.crystalintegration.yml index d8112af..0821dab 100644 --- a/.crystalintegration.yml +++ b/.crystalintegration.yml @@ -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/*