CDN: Fixing drone CI config (#31052)

* CDN: Fixing drone CI config

* was in wrong dir when I executed command

* removed whitespace
pull/30609/head
Torkel Ödegaard 4 years ago committed by GitHub
parent da3f963987
commit b8a52ed0bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .drone.yml
  2. 2
      scripts/lib.star

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

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

Loading…
Cancel
Save