Commit 4b73c379 authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

echo "[${GIT_PULL_REPO}] -> [${GIT_PUSH_REPO}]"

parent e7f2c716
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -44,6 +44,7 @@ sync:
    - test -n "${GIT_PULL_PRIVATE_KEY}" && echo "${GIT_PULL_PRIVATE_KEY}" | tr -d '\r' | ssh-add - > /dev/null || true
    - 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
    - git clone --mirror "${GIT_PULL_REPO}" /tmp/repo
    - cd /tmp/repo