summaryrefslogtreecommitdiff
path: root/.crystalintegration.yml
diff options
context:
space:
mode:
authorcrystal <crystal@noreply.codeberg.org>2024-03-23 11:27:13 -0600
committercrystal <crystal@noreply.codeberg.org>2024-03-23 11:27:13 -0600
commite4af7ff15105d793745f9e29a663713845e7fe3b (patch)
tree05ffebc572de9c7443cd8e9ef12a17bd5d3cfaf3 /.crystalintegration.yml
parent0ab3730c43999aa84f23d2cb14c96021267b87b3 (diff)
fix thenv1.21.7-0
Diffstat (limited to '.crystalintegration.yml')
-rw-r--r--.crystalintegration.yml2
1 files changed, 1 insertions, 1 deletions
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/*