Loading gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -45,4 +45,4 @@ 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}]" - git clone --mirror "${GIT_PULL_REPO}" "${GIT_PUSH_REPO}" - git lfs clone --mirror "${GIT_PULL_REPO}" "${GIT_PUSH_REPO}" Loading
gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -45,4 +45,4 @@ 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}]" - git clone --mirror "${GIT_PULL_REPO}" "${GIT_PUSH_REPO}" - git lfs clone --mirror "${GIT_PULL_REPO}" "${GIT_PUSH_REPO}"