Commit 0ba6581b authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

test

parent 00a34983
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -58,5 +58,5 @@ sync:
    - git remote add upstream "${GIT_PULL_REPO}"
    - test -n "${GIT_TAGS}" && git fetch upstream --tags || true
    - git pull --ff-only upstream "${GIT_PULL_BRANCH:-master}"
    - git push origin "${GIT_PUSH_BRANCH:-master}"
    - test -n "${GIT_TAGS}" && git push origin --tags || true
    - git push --force origin "${GIT_PUSH_BRANCH:-master}"
    - test -n "${GIT_TAGS}" && git push --force origin --tags || true