mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fixing typos (#70487)
This commit is contained in:
committed by
GitHub
parent
1441c90178
commit
95b1f3c875
@@ -1359,7 +1359,7 @@ def publish_grafanacom_step(edition, ver_mode):
|
||||
ver_mode: if ver_mode == 'main', pass the DRONE_BUILD_NUMBER environment
|
||||
variable as the value for the --build-id option.
|
||||
TODO: is this actually used by the grafanacom subcommand? I think it might
|
||||
just use the environment varaiable directly.
|
||||
just use the environment variable directly.
|
||||
|
||||
Returns:
|
||||
Drone step.
|
||||
|
||||
@@ -33,7 +33,7 @@ def pipeline(
|
||||
edition: used to differentiate the pipeline for enterprise builds.
|
||||
trigger: a Drone trigger for the pipeline.
|
||||
steps: the Drone steps for the pipeline.
|
||||
services: auxilliary services used during the pipeline.
|
||||
services: auxiliary services used during the pipeline.
|
||||
Defaults to [].
|
||||
platform: abstracts platform specific configuration primarily for different Drone behavior on Windows.
|
||||
Defaults to 'linux'.
|
||||
|
||||
Reference in New Issue
Block a user