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
|
export CLOUDSDK_CORE_DISABLE_PROMPTS=1
|
||||||
|
|
||||||
echo "$(gcloudAuth)" > gcloud.key
|
echo "$(gcloudAuth)" > gcloud_auth.json
|
||||||
./google-cloud-sdk/bin/gcloud auth activate-service-account --key-file gcloud.key
|
./google-cloud-sdk/bin/gcloud auth activate-service-account --key-file gcloud_auth.json
|
||||||
rm -f gcloud.key
|
rm -f gcloud_auth.json
|
||||||
displayName: 'Auth gCloud'
|
displayName: 'Auth gCloud'
|
||||||
condition: eq(variables['homeassistantReleaseStable'], 'true'))
|
condition: eq(variables['homeassistantReleaseStable'], 'true'))
|
||||||
- script: |
|
- script: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue