mirror of
https://github.com/grafana/grafana.git
synced 2024-12-29 10:21:41 -06:00
Drone: Fix master build (#27897)
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
parent
74de2475ca
commit
a9afb750d9
@ -649,7 +649,7 @@ steps:
|
||||
GRAFANA_COM_API_KEY:
|
||||
from_secret: grafana_api_key
|
||||
depends_on:
|
||||
- upload-packages
|
||||
- initialize
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
|
@ -791,7 +791,7 @@ def publish_packages_step(edition, is_downstream):
|
||||
'name': 'publish-packages',
|
||||
'image': publish_image,
|
||||
'depends_on': [
|
||||
'upload-packages',
|
||||
'initialize',
|
||||
],
|
||||
'environment': {
|
||||
'GRAFANA_COM_API_KEY': {
|
||||
|
Loading…
Reference in New Issue
Block a user