From 8436e643853ff52fd06539f430f0ac8debc7f942 Mon Sep 17 00:00:00 2001 From: hessjc Date: Thu, 22 Jan 2026 17:08:00 +0000 Subject: [PATCH] chore: fix build.sh logic to pick the current gcloud user. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 3d907c3eb..027e36f6c 100755 --- a/build.sh +++ b/build.sh @@ -212,7 +212,7 @@ function write_e2e_env(){ exit 1 fi - local_user=$(gcloud auth list --format 'value(account)' | tr -d '\n') + local_user=$(gcloud auth list --format 'value(account)' | grep '@google.com' | tr -d '\n') echo "Getting test secrets from $TEST_PROJECT into $1" {