[v8.5.x] Fix environment for linux-package building
This commit is contained in:
+5
-1
@@ -3224,6 +3224,8 @@ steps:
|
||||
- publish-linux-packages-deb
|
||||
- publish-linux-packages-rpm
|
||||
environment:
|
||||
GCP_KEY:
|
||||
from_secret: gcp_key
|
||||
GRAFANA_COM_API_KEY:
|
||||
from_secret: grafana_api_key
|
||||
image: grafana/grafana-ci-deploy:1.3.1
|
||||
@@ -3317,6 +3319,8 @@ steps:
|
||||
- publish-linux-packages-deb
|
||||
- publish-linux-packages-rpm
|
||||
environment:
|
||||
GCP_KEY:
|
||||
from_secret: gcp_key
|
||||
GRAFANA_COM_API_KEY:
|
||||
from_secret: grafana_api_key
|
||||
image: grafana/grafana-ci-deploy:1.3.1
|
||||
@@ -4778,6 +4782,6 @@ kind: secret
|
||||
name: aws_secret_access_key
|
||||
---
|
||||
kind: signature
|
||||
hmac: 678b5f76c4639141962a9abf82dc915a34b6e11ab4754e70c764a8f0de65a5a5
|
||||
hmac: 4f0fed96861f4036f38718ed71bc2fa9147837429073c380a7e7dbdaef75cefd
|
||||
|
||||
...
|
||||
|
||||
@@ -1028,6 +1028,7 @@ def publish_grafanacom_step(edition, ver_mode):
|
||||
],
|
||||
'environment': {
|
||||
'GRAFANA_COM_API_KEY': from_secret('grafana_api_key'),
|
||||
'GCP_KEY': from_secret('gcp_key'),
|
||||
},
|
||||
'commands': [
|
||||
cmd,
|
||||
|
||||
Reference in New Issue
Block a user