Loading gitlab-ci.yml +3 −4 Original line number Diff line number Diff line Loading @@ -48,7 +48,6 @@ sync: - rm -rf /tmp/repo - git clone --mirror "${GIT_PULL_REPO}" /tmp/repo - cd /tmp/repo - git remote remove origin - git remote add origin "${GIT_PUSH_REPO}" - git push --prune --all - git push --prune --tags - git lfs fetch --all - git push --mirror "${GIT_PUSH_REPO}" - git lfs push --all "${GIT_PUSH_REPO}" Loading
gitlab-ci.yml +3 −4 Original line number Diff line number Diff line Loading @@ -48,7 +48,6 @@ sync: - rm -rf /tmp/repo - git clone --mirror "${GIT_PULL_REPO}" /tmp/repo - cd /tmp/repo - git remote remove origin - git remote add origin "${GIT_PUSH_REPO}" - git push --prune --all - git push --prune --tags - git lfs fetch --all - git push --mirror "${GIT_PUSH_REPO}" - git lfs push --all "${GIT_PUSH_REPO}"