From 2be990861ca25ec206f6bd02b604b73b30710ca8 Mon Sep 17 00:00:00 2001 From: ludamad Date: Tue, 5 Sep 2023 15:57:56 -0400 Subject: [PATCH] fix: accidental git marker (#2039) With apologies for testing in "prod". Woops on the mistake. --- build-system/scripts/deploy_ecr | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-system/scripts/deploy_ecr b/build-system/scripts/deploy_ecr index 3b42fa5af90..970982b47f7 100755 --- a/build-system/scripts/deploy_ecr +++ b/build-system/scripts/deploy_ecr @@ -2,11 +2,7 @@ set -eu REPOSITORY=$1 -<<<<<<< HEAD -IMAGE_COMMIT_URI=$($(git rev-parse --show-toplevel)/build-system/scripts/calculate_image_uri $REPOSITORY) -======= IMAGE_COMMIT_URI=$(calculate_image_uri $REPOSITORY) ->>>>>>> 6b93483312a1a65ddc941579c9322732c2774175 # Login to build region and pull the build. retry_10 ensure_repo $REPOSITORY $ECR_REGION