Commit 3859cb88 authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

fix

parent 7d6bd743
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ sync:
    - cd /tmp/repo
    - git checkout "${GIT_PUSH_BRANCH:-master}"
    - git remote add upstream "${GIT_PULL_REPO}"
    - test -n "${GIT_TAGS}" && git fetch upstream --tags
    - 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
    - test -n "${GIT_TAGS}" && git push origin --tags || true