Skip to content

Commit

Permalink
Fix redeploy bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sonicaj committed Jul 29, 2024
1 parent 0f4de4a commit b872e7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def migrate(self, job, kubernetes_pool, options):

bulk_job = self.middleware.call_sync(
'core.bulk', 'app.redeploy', [
[r['release_name']] for r in filter(lambda r: r['error'] is None, release_details)
[r['name']] for r in filter(lambda r: r['error'] is None, release_details)
]
)
bulk_job.wait_sync()
Expand Down

0 comments on commit b872e7a

Please sign in to comment.