Skip to content

Commit 45e6ed5

Browse files
committed
Don't hard stop upgrade process on branch rebase failure
1 parent 9a28d13 commit 45e6ed5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/infrahub/core/migrations/shared.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,6 @@ async def execute_against_branches(self, db: InfrahubDatabase, branches: Sequenc
279279
await registry.schema.load_schema(db=db, branch=branch)
280280

281281
if not await self.rebase_branch(branch=branch):
282-
result.errors.append(f"Failed to rebase branch '{branch.name}' ({branch.uuid})")
283282
branch.status = BranchStatus.NEED_UPGRADE_REBASE
284283
await branch.save(db=db)
285284
continue

0 commit comments

Comments
 (0)