1
0
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:
John Maguire 2019-10-03 00:00:28 +01:00
parent 9bf8e75a41
commit 09f680a254

View File

@ -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