diff --git a/gitlab-ci.yml b/gitlab-ci.yml index 4aa25b6803b5b8414ee617e5bf0bf5b60a91d5a8..b35a760682ae0bf3bb9e1986b435ad2a43de20d9 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