mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 08:52:38 +08:00
Enterprise changes to the Drone pipelines (#33773)
* Enterprise changes to the Drone pipelines This is basically a no-op in this repository, except for the fact that the grafanabot personal access token will now be fetched from Vault instead of repository secrets This will pave the way for us to fetch all secrets from Vault * Update star files from enterprise * Add missingn newline
This commit is contained in:
@ -29,7 +29,7 @@ load(
|
||||
'publish_storybook_step',
|
||||
'release_canary_npm_packages_step',
|
||||
'upload_packages_step',
|
||||
'deploy_to_kubernetes_step',
|
||||
'push_to_deployment_tools_step',
|
||||
'publish_packages_step',
|
||||
'notify_pipeline',
|
||||
'integration_test_services',
|
||||
@ -87,7 +87,7 @@ def get_steps(edition, is_downstream=False):
|
||||
steps.extend([
|
||||
release_canary_npm_packages_step(edition),
|
||||
upload_packages_step(edition=edition, ver_mode=ver_mode, is_downstream=is_downstream),
|
||||
deploy_to_kubernetes_step(edition=edition, is_downstream=is_downstream),
|
||||
push_to_deployment_tools_step(edition=edition, is_downstream=is_downstream),
|
||||
upload_cdn(edition=edition)
|
||||
])
|
||||
|
||||
|
Reference in New Issue
Block a user