Skip to content

Commit

Permalink
[FIX] runbot: test upgrade for dev branches again
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier-Do committed Nov 20, 2024
1 parent 325296a commit 36b35b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runbot/models/build_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ def _reference_batches_complement(self, batch, trigger):
).mapped('base_bundle_id').filtered('to_upgrade').mapped('last_done_batch')

def _reference_batches_upgrade(self, batch, category_id):
if not batch.bundle_id.to_upgrade:
if not batch.bundle_id.base_id.to_upgrade:
return self.env['runbot.batch']
bundle = batch.bundle_id
target_refs_bundles = self.env['runbot.bundle']
Expand Down

0 comments on commit 36b35b6

Please sign in to comment.