From 3f002cb194dc90561c53670321360f85630cfe68 Mon Sep 17 00:00:00 2001 From: Yashasvi Bajpai <33063622+yashasvibajpai@users.noreply.github.com> Date: Fri, 6 Dec 2024 12:19:08 +0530 Subject: [PATCH] chore: remove unnecessary repo update in config-be tf --- .github/workflows/prepare-for-staging-deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/prepare-for-staging-deploy.yml b/.github/workflows/prepare-for-staging-deploy.yml index 77754f4860..4d09311fe2 100644 --- a/.github/workflows/prepare-for-staging-deploy.yml +++ b/.github/workflows/prepare-for-staging-deploy.yml @@ -119,7 +119,6 @@ jobs: git add staging.yaml cd ../../../../config-be-rudder-transformer/environment/staging - yq eval -i ".rudder-transformer.image.repository=\"$TF_IMAGE_REPOSITORY\"" base.yaml yq eval -i ".config-be-rudder-transformer.image.tag=\"$TAG_NAME\"" base.yaml yq eval -i ".config-be-user-transformer.image.tag=\"$TAG_NAME\"" base.yaml git add base.yaml