mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 01:07:10 +00:00
Update azure-pipelines-release.yml for Azure Pipelines
This commit is contained in:
parent
62d515fa03
commit
e989239e19
@ -260,9 +260,9 @@ stages:
|
||||
|
||||
export CLOUDSDK_CORE_DISABLE_PROMPTS=1
|
||||
|
||||
echo "$(gcloudAuth)" > gcloud.key
|
||||
./google-cloud-sdk/bin/gcloud auth activate-service-account --key-file gcloud.key
|
||||
rm -f gcloud.key
|
||||
echo "$(gcloudAuth)" > gcloud_auth.json
|
||||
./google-cloud-sdk/bin/gcloud auth activate-service-account --key-file gcloud_auth.json
|
||||
rm -f gcloud_auth.json
|
||||
displayName: 'Auth gCloud'
|
||||
condition: eq(variables['homeassistantReleaseStable'], 'true'))
|
||||
- script: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user