CDN: Fixing drone CI config (#31052)

* CDN: Fixing drone CI config

* was in wrong dir when I executed command

* removed whitespace
This commit is contained in:
Torkel Ödegaard 2021-02-09 16:31:30 +01:00 committed by GitHub
parent da3f963987
commit b8a52ed0bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -544,7 +544,7 @@ steps:
commands:
- ./bin/grabpl upload-cdn --edition oss --bucket "grafana-static-assets"
environment:
GCP_KEY:
GCP_GRAFANA_UPLOAD_KEY:
from_secret: gcp_key
depends_on:
- package

View File

@ -317,7 +317,7 @@ def upload_cdn(edition):
'package',
],
'environment': {
'GCP_KEY': {
'GCP_GRAFANA_UPLOAD_KEY': {
'from_secret': 'gcp_key',
},
},