Skip to content

Commit

Permalink
fix: remove rebqse duplicate
Browse files Browse the repository at this point in the history
Signed-off-by: Guilhem Barthés <[email protected]>
  • Loading branch information
guilhem-barthes committed Oct 6, 2023
1 parent b42b5f0 commit f47da98
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions backend/substrapp/tasks/tasks_compute_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,6 @@ def _run(

image_builder.wait_for_image_built(ctx.function, channel_name)

if get_owner() != ctx.function.owner:
image_builder.load_remote_function_image(ctx.function, channel_name)

if get_owner() != ctx.function.owner:
image_builder.load_remote_function_image(ctx.function, channel_name)

Expand Down

0 comments on commit f47da98

Please sign in to comment.