Commit f6acfea7 authored by Дмитрий Сафронов's avatar Дмитрий Сафронов
Browse files

Update gitlab-ci.yml

parent 4d030e17
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -58,3 +58,5 @@ sync:
    - git remote add downstream "${GIT_PUSH_REPO}"
    - git push --force downstream "${GIT_PUSH_BRANCH:-main}"
    - test -n "${GIT_TAGS}" && git push --force downstream --tags || true
  interruptible: false
  retry: 2