mirror of
https://github.com/grafana/grafana.git
synced 2025-09-27 04:23:51 +08:00
Drone: Fix master build (#27897)
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
@ -649,7 +649,7 @@ steps:
|
|||||||
GRAFANA_COM_API_KEY:
|
GRAFANA_COM_API_KEY:
|
||||||
from_secret: grafana_api_key
|
from_secret: grafana_api_key
|
||||||
depends_on:
|
depends_on:
|
||||||
- upload-packages
|
- initialize
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
|
@ -791,7 +791,7 @@ def publish_packages_step(edition, is_downstream):
|
|||||||
'name': 'publish-packages',
|
'name': 'publish-packages',
|
||||||
'image': publish_image,
|
'image': publish_image,
|
||||||
'depends_on': [
|
'depends_on': [
|
||||||
'upload-packages',
|
'initialize',
|
||||||
],
|
],
|
||||||
'environment': {
|
'environment': {
|
||||||
'GRAFANA_COM_API_KEY': {
|
'GRAFANA_COM_API_KEY': {
|
||||||
|
Reference in New Issue
Block a user