From dc85efcbe5b8a226879ed0b44affaaf7b8698cf0 Mon Sep 17 00:00:00 2001 From: abuabraham-ttd <130511456+abuabraham-ttd@users.noreply.github.com> Date: Fri, 17 Jan 2025 09:00:50 -0800 Subject: [PATCH] Update entrypoint.sh --- scripts/gcp-oidc/entrypoint.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/gcp-oidc/entrypoint.sh b/scripts/gcp-oidc/entrypoint.sh index f357d901d..8a528ddd8 100644 --- a/scripts/gcp-oidc/entrypoint.sh +++ b/scripts/gcp-oidc/entrypoint.sh @@ -53,7 +53,6 @@ sed -i "s#https://optout.uidapi.com#${OPTOUT_BASE_URL}#g" ${FINAL_CONFIG} cat $FINAL_CONFIG -exit 1 # -- start operator echo "-- starting java application"