From ad35510785b7f8320e064e89da137a5eb8faa1f1 Mon Sep 17 00:00:00 2001 From: wlongabaugh Date: Fri, 27 Nov 2020 17:42:45 -0800 Subject: [PATCH] debug --- idc-deploy-shell/gcloud_authenticate.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/idc-deploy-shell/gcloud_authenticate.sh b/idc-deploy-shell/gcloud_authenticate.sh index 08badb20ed3..3fd8be93791 100644 --- a/idc-deploy-shell/gcloud_authenticate.sh +++ b/idc-deploy-shell/gcloud_authenticate.sh @@ -2,6 +2,8 @@ if [ ! -f "deployment.key.json" ]; then echo ${DEPLOYMENT_KEY} | base64 --decode --ignore-garbage > deployment.key.json fi + +sum deployment.key.json gcloud auth activate-service-account --key-file deployment.key.json | sed -e 's/gserviceaccount/gsa/' echo "Setting deployment client email to ${DEPLOYMENT_CLIENT_EMAIL}" | sed -e 's/gserviceaccount/gsa/' gcloud auth list | sed -e 's/gserviceaccount/gsa/'