mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-27 09:41:32 +01:00
Set service account name
This commit is contained in:
parent
9bf8e75a41
commit
09f680a254
@ -262,7 +262,7 @@ jobs:
|
||||
- run:
|
||||
name: Google Cloud Auth
|
||||
command: |
|
||||
echo $GCLOUD_SERVICE_KEY | gcloud auth activate-service-account --key-file=-
|
||||
echo $GCLOUD_SERVICE_KEY | gcloud auth activate-service-account circleci-uploader@clementine-data.iam.gserviceaccount.com --key-file=-
|
||||
gcloud --quiet config set project clementine-data
|
||||
- attach_workspace:
|
||||
at: /tmp/artifacts
|
||||
|
Loading…
Reference in New Issue
Block a user