Update azure-pipelines-release.yml for Azure Pipelines
This commit is contained in:
parent
62d515fa03
commit
e989239e19
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue