From c10cc3e3f5804b49a4421f8ba9bb69a38b1209a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mois=C3=A9s=20Calzado?= Date: Wed, 11 Oct 2023 19:12:38 +0200 Subject: [PATCH] Sue new bucket to download customer package --- tools/carto-download-customer-package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/carto-download-customer-package.sh b/tools/carto-download-customer-package.sh index 8f35200..da567e0 100755 --- a/tools/carto-download-customer-package.sh +++ b/tools/carto-download-customer-package.sh @@ -155,7 +155,7 @@ fi CARTO_SERVICE_ACCOUNT_EMAIL="$(jq -r ".client_email" < "${CARTO_SERVICE_ACCOUNT_FILE}")" # Use carto project GCP bucket for custoemr package -CLIENT_STORAGE_BUCKET="${GCP_PROJECT_ID}-client-storage" +CLIENT_STORAGE_BUCKET="${GCP_PROJECT_ID}-customer-package-storage" # Download the latest customer package STEP="activating: service account credentials for: [${CARTO_SERVICE_ACCOUNT_EMAIL}]"