Loading gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -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