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

test

parent 590e5ea6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ sync:
    - test -n "${GIT_PUSH_PRIVATE_KEY}" && echo "${GIT_PUSH_PRIVATE_KEY}" | tr -d '\r' | ssh-add - > /dev/null || true
  script:
    - echo "[${GIT_PULL_REPO}] -> [${GIT_PUSH_REPO}]"
    - rm -rf /tmp/repo
    # - rm -rf /tmp/repo
    - git clone --mirror "${GIT_PULL_REPO}" "${GIT_PUSH_REPO}"
    # - cd /tmp/repo
    # - git lfs fetch --all