mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-28 13:07:06 +01:00
Update azure-pipelines-release.yml for Azure Pipelines
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user