Commit c60625d6 authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

test

parent 4b73c379
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -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}"