From f27248b5089f66ffc4b14a87c9f41dce2388cbad Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Fri, 23 Feb 2024 19:54:00 -0600 Subject: [PATCH] fmt --- stack_orchestrator/deploy/webapp/deploy_webapp_from_registry.py | 1 - 1 file changed, 1 deletion(-) diff --git a/stack_orchestrator/deploy/webapp/deploy_webapp_from_registry.py b/stack_orchestrator/deploy/webapp/deploy_webapp_from_registry.py index 23bb0a3f..859c6b0b 100644 --- a/stack_orchestrator/deploy/webapp/deploy_webapp_from_registry.py +++ b/stack_orchestrator/deploy/webapp/deploy_webapp_from_registry.py @@ -111,7 +111,6 @@ def process_app_deployment_request( # 6. build container (if needed) if not deployment_record or deployment_record.attributes.application != app.id: needs_k8s_deploy = True - # check if the image already exists shared_tag_exists = remote_image_exists(image_registry, app_image_shared_tag) if shared_tag_exists and not force_rebuild: