From f6acfea714e05d873d2e8240694a60df008b43f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9=20=D0=A1=D0=B0?= =?UTF-8?q?=D1=84=D1=80=D0=BE=D0=BD=D0=BE=D0=B2?= Date: Wed, 21 Feb 2024 10:31:54 +0300 Subject: [PATCH] Update gitlab-ci.yml --- gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitlab-ci.yml b/gitlab-ci.yml index 4aa25b6..b35a760 100644 --- a/gitlab-ci.yml +++ b/gitlab-ci.yml @@ -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 -- GitLab