Skip to content

Commit

Permalink
Update cloudbuild.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Marcin Kozlowski <[email protected]>
  • Loading branch information
marcinguy authored Jul 7, 2024
1 parent 7a3c422 commit dc00613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ steps:
args:
- '-c'
- |
SERVICE_ACCOUNT_NAME=${_SERVICE_ACCOUNT_NAME}
SERVICE_ACCOUNT_NAME="${_SERVICE_ACCOUNT_NAME}"
PROJECT_ID=$(gcloud config get-value project)
SERVICE_ACCOUNT_EMAIL="${SERVICE_ACCOUNT_NAME}@${PROJECT_ID}.iam.gserviceaccount.com"
KEY_FILE="/workspace/my-service-account-key.json"
Expand Down

0 comments on commit dc00613

Please sign in to comment.